Commit 88f29406 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/nutdec: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent eaeb6321
......@@ -766,7 +766,7 @@ static int nut_read_header(AVFormatContext *s)
NUTContext *nut = s->priv_data;
AVIOContext *bc = s->pb;
int64_t pos;
int initialized_stream_count, ret = 0;
int initialized_stream_count;
nut->avf = s;
......
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