Skip to content
Snippets Groups Projects
Commit 9123f531 authored by Oded Shimon's avatar Oded Shimon
Browse files

update to libnut API, don't free the streams

Originally committed as revision 7087 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3e4134f6
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment