[FFmpeg-devel] [PATCH] RTP depacketizer for AMR

Ronald S. Bultje rsbultje
Wed Jan 27 19:41:48 CET 2010


Hi Luca,

On Wed, Jan 27, 2010 at 1:23 PM, Luca Abeni <lucabe72 at email.it> wrote:
>> I think it was,
>> and I think I applied it then changed rmdec.c so it wasn't necessary
>> (because it wasn't actually used anyways), and now it's just sitting
>> there. Anyone mind making it a non-pointer again?
>
> If you make it a non-pointer, then you can just remove this parameter...

Don't forget that things like pkt->pts setting and so on (for RTP
formats like Quicktime, RDT and ASF) are done in the demuxer code.
finalize_packet() is not called for all RTP packets.

I can see if we can change that, but I'm not too sure that it really
is possible. Some of this stuff is very messy.

Ronald



More information about the ffmpeg-devel mailing list