mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 13:02:13 +00:00
dvbsubdec: Fix "set but not used" warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a76a2ffe9d
commit
90f9b06386
@ -1031,7 +1031,7 @@ static void dvbsub_parse_region_segment(AVCodecContext *avctx,
|
||||
|
||||
const uint8_t *buf_end = buf + buf_size;
|
||||
int region_id, object_id;
|
||||
int version;
|
||||
int av_unused version;
|
||||
DVBSubRegion *region;
|
||||
DVBSubObject *object;
|
||||
DVBSubObjectDisplay *display;
|
||||
|
Loading…
Reference in New Issue
Block a user