[FFmpeg-cvslog] r25343 - trunk/libavformat/rtsp.c

Martin Storsjö martin
Tue Oct 5 13:33:39 CEST 2010


On Tue, 5 Oct 2010, diego wrote:

> Author: diego
> Date: Tue Oct  5 13:06:32 2010
> New Revision: 25343
> 
> Log:
> Remove some pointless CONFIG_RTSP_DEMUXER #ifdefs.
> They reside within a large CONFIG_RTSP_DEMUXER block and are thus pointless.

They're not pointless in their original intent, but in the way the code 
currently organized, they are. The separation between the SDP and RTSP 
demuxers was broken in January in rev 21020 by Ronald, when moving code 
around, trying to get rid of some forward declarations.

The attached patch readds these ifdefs, and moves code around so that the 
SDP demuxer is buildable without the RTSP code, as it should be.

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rtsp-sdp-Move-code-into-correct-ifdefs.patch
Type: text/x-diff
Size: 7064 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20101005/e2853707/attachment.patch>



More information about the ffmpeg-cvslog mailing list