Skip to content

Commit

Permalink
RecorderBase: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Mar 13, 2020
1 parent 36d29db commit 4dfada1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mythtv/libs/libmythtv/recorders/recorderbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ RecorderBase::RecorderBase(TVRec *rec)
: m_tvrec(rec)
{
RecorderBase::ClearStatistics();
QMutexLocker locker(avcodeclock);
#if 0
avcodec_init(); // init CRC's
#endif
}

RecorderBase::~RecorderBase(void)
Expand Down

0 comments on commit 4dfada1

Please sign in to comment.