Revert "test"

This reverts commit 0072b84bcb.
This commit is contained in:
max10
2014-11-24 11:06:54 +01:00
parent 0072b84bcb
commit aa305f6cf6

View File

@@ -436,10 +436,9 @@ again:
avfc->max_analyze_duration2 = 1;
#endif
avfc->probesize = 131072;
err = avformat_find_stream_info(avfc, NULL);
}
#if 0
err = avformat_find_stream_info(avfc, NULL);
if (averror(err, avformat_find_stream_info)) {
avformat_close_input(&avfc);
if (player->noprobe) {
@@ -448,7 +447,6 @@ again:
}
return false;
}
#endif
bool res = UpdateTracks();