mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-04 22:30:25 +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;
|
const uint8_t *buf_end = buf + buf_size;
|
||||||
int region_id, object_id;
|
int region_id, object_id;
|
||||||
int version;
|
int av_unused version;
|
||||||
DVBSubRegion *region;
|
DVBSubRegion *region;
|
||||||
DVBSubObject *object;
|
DVBSubObject *object;
|
||||||
DVBSubObjectDisplay *display;
|
DVBSubObjectDisplay *display;
|
||||||
|
Loading…
Reference in New Issue
Block a user