Commit 9123f531 authored by Oded Shimon's avatar Oded Shimon

update to libnut API, don't free the streams

Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3e4134f6
......@@ -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;
}
......
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