Skip to content

Commit

Permalink
mytharchivehelper: fix Coverity ID 1026163 remove some logically dead…
Browse files Browse the repository at this point in the history
… code
  • Loading branch information
Paul Harrison committed May 31, 2013
1 parent 0b9a296 commit c8a3eed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythplugins/mytharchive/mytharchivehelper/main.cpp
Expand Up @@ -1955,9 +1955,6 @@ static int getFileInfo(QString inFile, QString outFile, int lenMethod)
AVFormatContext *inputFC = NULL;
AVInputFormat *fmt = NULL;

if (type)
fmt = av_find_input_format(type);

// Open recording
LOG(VB_JOBQUEUE, LOG_INFO, QString("getFileInfo(): Opening '%1'")
.arg(inFile));
Expand Down

0 comments on commit c8a3eed

Please sign in to comment.