Skip to content

Commit

Permalink
MMAL: Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Jul 23, 2019
1 parent 772f8c0 commit 44f3fb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/libs/libmythtv/decoders/avformatdecoder.cpp
Expand Up @@ -1618,7 +1618,6 @@ void AvFormatDecoder::InitVideoCodec(AVStream *stream, AVCodecContext *enc,
else if (codec_is_mmal(m_video_codec_id))
{
enc->get_format = MythMMALContext::GetFormat;
enc->get_buffer2 = MythMMALContext::GetMMALBuffer;
m_directrendering = false;
}
else
Expand Down

0 comments on commit 44f3fb0

Please sign in to comment.