mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
test
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user