mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
update to libnut API, don't free the streams
Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3e4134f697
commit
9123f531be
@ -291,7 +291,6 @@ static int nut_read_close(AVFormatContext *s) {
|
||||
NUTContext * priv = s->priv_data;
|
||||
|
||||
nut_demuxer_uninit(priv->nut);
|
||||
av_free(priv->s);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user