[Ffmpeg-devel] RTP patches & RFC

Ryan Martell rdm4
Thu Oct 26 16:29:11 CEST 2006


On Oct 26, 2006, at 3:57 AM, Michael Niedermayer wrote:

> Hi
>
> On Wed, Oct 25, 2006 at 09:02:10PM -0500, Ryan Martell wrote:
>>
>> On Oct 25, 2006, at 7:56 PM, Michael Niedermayer wrote:
>>
>> So, barring the above two, here's the newest patch.  (I really want
>> to get this in, so I can get working on the h264 stuff.  I'm still
>> having an audio sync issue, and I've also found a bug in the rtp/aac
>> stuff (mono doesn't work) that i've fixed...)
>
> [...]
>> +        if(s->st && s->dynamic_packet_handler) {
>> +            return s->dynamic_packet_handler(s, pkt, 0, NULL, 0);
> [...]
>> +    RTPDynamicProtocolHandler *dynamic_handler; ///< Only valid  
>> if it's a dynamic protocol. (This is the handler structure)
>> +    void *dynamic_protocol_data; ///< Only valid if it's a  
>> dynamic protocol. (This is any private data associated with the  
>> dynamic protocol)
> [...]
>
>> +                rtsp_st->dynamic_handler= handler;
>> +                if(handler->protocol_new_extradata_proc) {
>> +                    rtsp_st->dynamic_protocol_data= handler- 
>> >protocol_new_extradata_proc();
>> +                }
> [...]
>
> these amongth other havnt been renamed while the ones in the struct  
> have
> been so i think this wont compile ...

Oops.  Wrong patch.  I svn diff'd in the libavformat directory, and  
sent you the old one from the root directory.  I swear I'll get  
better at this! (I did verify it all compiled before I made the  
patch...)

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: finalpatch.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061026/b44c1583/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtp_internal.h
Type: application/octet-stream
Size: 3648 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20061026/b44c1583/attachment.obj>



More information about the ffmpeg-devel mailing list