This commit is contained in:
max10
2014-11-20 22:00:23 +01:00
parent 7680e327cb
commit 0072b84bcb

View File

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