[FFmpeg-devel] Realmedia patch

Ronald S. Bultje rsbultje
Sun Sep 14 17:25:35 CEST 2008


Hi Luca,

On Sat, Sep 13, 2008 at 11:17 AM, Luca Abeni <lucabe72 at email.it> wrote:
> Ronald S. Bultje wrote:
> [...]
>> Index: ffmpeg-svn/libavformat/rtsp.c
>> ===================================================================
>> --- ffmpeg-svn.orig/libavformat/rtsp.c        2008-09-11 22:31:29.000000000 -0400
>> +++ ffmpeg-svn/libavformat/rtsp.c     2008-09-11 22:31:32.000000000 -0400
>> +enum RTSPPacketType {
>> +    RTSP_PACKET_RTP, /*< Standard-compliant RTP packet */
>> +    RTSP_PACKET_RDT, /*< Real Data Packet */
>> +    RTSP_PACKET_LAST
>> +};
>
> This looks like the thing called "transport" in RFC2326 (Section 12.39).
> So, I think this is a bad naming.
> (Of course, a change like this needs some changes in RTSPProtocol too)

New patch for actual change attached.

Ronald
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp-packet_type.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080914/8776dd25/attachment.txt>



More information about the ffmpeg-devel mailing list