Revert "test"

This reverts commit fab1180935.


Origin commit data
------------------
Branch: master
Commit: aa305f6cf6
Author: max_10 <max_10@gmx.de>
Date: 2014-11-24 (Mon, 24 Nov 2014)



------------------
This commit was generated by Migit
This commit is contained in:
max_10
2014-11-24 11:06:54 +01:00
parent fab1180935
commit 4e4d50525b

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();