From 7331b6e718243c276d391898199e08ba3cdb9545 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 10 Feb 2012 15:13:32 +0100 Subject: Drop some completely unnecessary av_unused attributes. --- libavformat/nsvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nsvdec.c') diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index c5655d20aa..375463e96e 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -273,7 +273,7 @@ static int nsv_parse_NSVf_header(AVFormatContext *s) { NSVContext *nsv = s->priv_data; AVIOContext *pb = s->pb; - unsigned int av_unused file_size; + unsigned int file_size; unsigned int size; int64_t duration; int strings_size; -- cgit v1.2.3