mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 18:25:03 +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;
|
NUTContext *nut = s->priv_data;
|
||||||
AVIOContext *bc = s->pb;
|
AVIOContext *bc = s->pb;
|
||||||
int64_t pos;
|
int64_t pos;
|
||||||
int initialized_stream_count, ret = 0;
|
int initialized_stream_count;
|
||||||
|
|
||||||
nut->avf = s;
|
nut->avf = s;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user