Commit 6b9acce2 authored by ods15's avatar ods15

update to libnut API, don't free the streams


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7087 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d99f37d4
...@@ -291,7 +291,6 @@ static int nut_read_close(AVFormatContext *s) { ...@@ -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;
} }
......
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