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:
Oded Shimon 2006-11-15 11:29:39 +00:00
parent 3e4134f697
commit 9123f531be

View File

@ -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;
}