Skip to content

Commit

Permalink
mytharchivehelper: comment out av_estimate_timings() in getFileInfo()
Browse files Browse the repository at this point in the history
Don't know what has changed but calling that function here is causing a
segfault. Removing it doesn't seem to affect the result at all so just
comment it out for now.
  • Loading branch information
Paul Harrison committed Aug 11, 2013
1 parent bc4ac99 commit 5caa306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mytharchive/mytharchivehelper/main.cpp
Expand Up @@ -1980,7 +1980,7 @@ static int getFileInfo(QString inFile, QString outFile, int lenMethod)
return 1;
}

av_estimate_timings(inputFC, 0);
// av_estimate_timings(inputFC, 0);

// Dump stream information
av_dump_format(inputFC, 0, inFileBA.constData(), 0);
Expand Down

0 comments on commit 5caa306

Please sign in to comment.