Origin commit data
------------------
Branch: master
Commit: 0072b84bcb
Author: max_10 <max_10@gmx.de>
Date: 2014-11-20 (Thu, 20 Nov 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2014-11-20 22:00:23 +01:00
parent c8e9450cd8
commit fab1180935

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