mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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