Skip to content

Commit

Permalink
fixup dvbsubdec.c: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 11, 2022
1 parent 0a0cfe3 commit 2b746f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/external/FFmpeg/libavcodec/dvbsubdec.c
Expand Up @@ -727,7 +727,6 @@ static int save_subtitle_set(AVCodecContext *avctx, AVSubtitle *sub, int *got_ou
DVBSubCLUT *clut;
uint32_t *clut_table;
int i;
int offset_x=0, offset_y=0;
int ret = 0;


Expand Down

0 comments on commit 2b746f7

Please sign in to comment.