Skip to content

Commit

Permalink
libavcodec/mpeg12dec.c: silence -Wunused-variable from MythTV modific…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 1, 2022
1 parent becf390 commit 568e58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/FFmpeg/libavcodec/mpeg12dec.c
Expand Up @@ -2445,7 +2445,7 @@ static void mpeg_decode_user_data(AVCodecContext *avctx,
MpegEncContext *s = &s1->mpeg_enc_ctx;
int cccnt = p[5] & 0x1f;
int cclen = 3 * cccnt + 2;
int proc = (p[5] >> 6) & 1;
//int proc = (p[5] >> 6) & 1;
int blen = s->tmp_atsc_cc_len;

p += 5;
Expand Down

0 comments on commit 568e58e

Please sign in to comment.