From 90f9b063862f51c7e192da786ad88e9b1287978c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 30 Mar 2012 19:59:48 +0200 Subject: [PATCH] dvbsubdec: Fix "set but not used" warning Signed-off-by: Michael Niedermayer --- libavcodec/dvbsubdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c index 6105aa3904..66e7b4878a 100644 --- a/libavcodec/dvbsubdec.c +++ b/libavcodec/dvbsubdec.c @@ -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;