Skip to content

Commit

Permalink
MythCodecContext: Suppress a warning on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 12, 2019
1 parent 778c263 commit 9558ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/decoders/mythcodeccontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ MythCodecID MythCodecContext::FindDecoder(const QString &Decoder, AVStream *Stre
return result;
#endif
#ifdef USING_VTB
(void)Stream;
result = MythVTBContext::GetSupportedCodec(Context, Codec, Decoder, streamtype);
if (codec_is_vtb(result) || codec_is_vtb_dec(result))
return result;
Expand Down

0 comments on commit 9558ad2

Please sign in to comment.