From 4e4d50525bcaf2ef99b2df8cbd3417137450ede0 Mon Sep 17 00:00:00 2001 From: max_10 Date: Mon, 24 Nov 2014 11:06:54 +0100 Subject: [PATCH] Revert "test" This reverts commit fab1180935d4642de571199a708108f6e0b4b922. Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/aa305f6cf637c0ab8c10fc3d02d0bdab9db51a18 Author: max_10 Date: 2014-11-24 (Mon, 24 Nov 2014) ------------------ This commit was generated by Migit --- libeplayer3/input.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libeplayer3/input.cpp b/libeplayer3/input.cpp index a293aea..02a1faa 100644 --- a/libeplayer3/input.cpp +++ b/libeplayer3/input.cpp @@ -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();