OSDN Git Service

Do not free the priv_data field of AVStream on close (it is already
authorLuca Abeni <lucabe72@email.it>
Fri, 27 Jun 2008 11:55:25 +0000 (11:55 +0000)
committerLuca Abeni <lucabe72@email.it>
Fri, 27 Jun 2008 11:55:25 +0000 (11:55 +0000)
commit6872368355fd5454df87ab79c9faf3063c5189b4
tree5deff8e3d1b4084de5d5084cfcbae1ad480b9eaa
parent44369b45eb49fc64882208848df45925118f5278
Do not free the priv_data field of AVStream on close (it is already
freed by av_close_input_stream())

Originally committed as revision 14006 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c