mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 09:35:22 +00:00
avformat/nutdec: Remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
eaeb632198
commit
88f29406b7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user