From fab1180935d4642de571199a708108f6e0b4b922 Mon Sep 17 00:00:00 2001 From: max_10 Date: Thu, 20 Nov 2014 22:00:23 +0100 Subject: [PATCH] test Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/0072b84bcb535283f59d6c8ac883dbbec7d949f6 Author: max_10 Date: 2014-11-20 (Thu, 20 Nov 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/input.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libeplayer3/input.cpp b/libeplayer3/input.cpp index 02a1faa..a293aea 100644 --- a/libeplayer3/input.cpp +++ b/libeplayer3/input.cpp @@ -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();