mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 14:26:17 +00:00
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c10824ea67
commit
ea138e978a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user