rtsp: Factorize out code for opening a chained RTP muxer
authorMartin Storsjö <martin@martin.st>
Fri, 8 Oct 2010 08:54:53 +0000 (08:54 +0000)
committerMartin Storsjö <martin@martin.st>
Fri, 8 Oct 2010 08:54:53 +0000 (08:54 +0000)
commita493f80a2c69c4b239366ad787058ad9e60aad29
tree6f3579d116803747a43ac4453652e109337a1a5a
parent3d7422302547b02256a4a1ab5552f180455b50a2
rtsp: Factorize out code for opening a chained RTP muxer

The new object file is added to the SDP demuxer in the makefile, since it
is needed in both the RTSP muxer and demuxer and in the SDP demuxer, due
to the current code coupling.

Originally committed as revision 25410 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
libavformat/rtpenc_chain.c [new file with mode: 0644]
libavformat/rtpenc_chain.h [new file with mode: 0644]
libavformat/rtsp.c