[FFmpeg-devel] [PATCH] Move the RTSP demuxer specific functions to a separate file

Martin Storsjö martin
Thu Oct 28 20:39:04 CEST 2010


On Thu, 28 Oct 2010, Ronald S. Bultje wrote:

> Hi,
> 
> On Oct 28, 2010, at 9:44 AM, Martin Storsj? <martin at martin.st> wrote:
> > This is the next step for splitting up the RTSP code, by moving the RTSP 
> > demuxer specific functions to a new file, rtspdec.c. (This also moves one 
> > function to rtspenc.c that is specific to the muxer.) Doing this avoids 
> > some of the #ifdefs within rtsp.c.
> 
> Please svn cp rtsp.c rtspdec.c.

Yes, will do when/if I apply it - the patches look the way they do when 
they're done with git. The parts I've copied to rtspdec.c are identical 
copies of what's in rtsp.c now, except for making methods nonstatic and 
adding the ff_ prefix.

// Martin



More information about the ffmpeg-devel mailing list