summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-10 15:13:32 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-13 19:20:53 +0100
commit7331b6e718243c276d391898199e08ba3cdb9545 (patch)
treef19b667b69731e551a00bedd00cbd3081c67fb63 /libavformat/nsvdec.c
parent92fed11352fae8855b44d99522c86cbfd323a6df (diff)
Drop some completely unnecessary av_unused attributes.
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
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;