]> git.sesse.net Git - ffmpeg/commit
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 4 Oct 2008 04:17:59 +0000 (04:17 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 4 Oct 2008 04:17:59 +0000 (04:17 +0000)
commit5465b0d4740cad41287e305958bd8fd8c8cfbec6
treeed82b7a92219a27c92dd8de269a25203c8477811
parent99a1d1915e66e4539971a42d3f7e85da5e027021
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport)
and making its type a void pointer. See discussion in "RDT/Realmedia patches
#2" thread on ML.

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