Commit 5a235311 authored by diego's avatar diego

Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5506 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3072f115
......@@ -1413,7 +1413,6 @@ static int nut_read_seek(AVFormatContext *s, int stream_index, int64_t target_ts
static int nut_read_close(AVFormatContext *s)
{
NUTContext *nut = s->priv_data;
int i;
av_freep(&nut->stream);
......
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