mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02: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;
|
NUTContext * priv = s->priv_data;
|
||||||
|
|
||||||
nut_demuxer_uninit(priv->nut);
|
nut_demuxer_uninit(priv->nut);
|
||||||
av_free(priv->s);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user