Commit 90f9b063 authored by Michael Niedermayer's avatar Michael Niedermayer

dvbsubdec: Fix "set but not used" warning

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a76a2ffe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment