Index: mytharchive/mytharchivehelper/main.cpp
===================================================================
--- mytharchive/mytharchivehelper/main.cpp	(revision 12241)
+++ mytharchive/mytharchivehelper/main.cpp	(working copy)
@@ -1634,7 +1634,7 @@
     }
 
     // Getting stream information
-    if ((ret = av_find_stream_info(inputFC)) < 0)
+    if ((ret = av_find_stream_info_deep(inputFC)) < 0)
     {
         VERBOSE(VB_JOBQUEUE,
                 QString("Couldn't get stream info, error #%1").arg(ret));
@@ -1905,7 +1905,7 @@
     }
 
     // Getting stream information
-    ret = av_find_stream_info(inputFC);
+    ret = av_find_stream_info_deep(inputFC);
 
     if (ret < 0)
     {

