Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
authorMartin Storsjö <martin@martin.st>
Fri, 19 Feb 2010 23:10:19 +0000 (23:10 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 19 Feb 2010 23:10:19 +0000 (23:10 +0000)
commit52aa4338ccae6ef699bfe886c08b66074f1aa146
tree7680da67ecd9e00225f3d7d2dd0ff049460d456a
parent4689ac41e9d3bb3627bbbd1b95264a385baab73e
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState
argument, so we can use AVFormatContext->* here in the future.

Patch by Martin Storsjö <$firstname $firstname st>.

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