Skip to content

Commit

Permalink
avformatdecoder.cpp: AVCodec no longer has a member called decode
Browse files Browse the repository at this point in the history
This is just for logging, so remove it.
  • Loading branch information
ulmus-scott authored and bennettpeter committed Sep 19, 2022
1 parent d8b7d3d commit 54902b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Expand Up @@ -2187,9 +2187,6 @@ int AvFormatDecoder::ScanStreams(bool novideo)
else
msg = QString("Codec %1, null name,").arg(strm);

if (p->decode == nullptr)
msg += "decoder is null";

LOG(VB_LIBAV, LOG_INFO, LOC + msg);

if (p->id == par->codec_id)
Expand Down

0 comments on commit 54902b0

Please sign in to comment.