[FFmpeg-devel] [PATCH] rtpdec_xiph: Split packets in the depacketizer

Martin Storsjö martin
Wed Aug 4 13:30:29 CEST 2010


Hi,

The xiph RTP depacketizer had an ability to output an AVPacket containing 
many frames, if they were packed into the same RTP packet. This never 
seemed to have been tested, and the vorbis decoder can't handle more than 
one frame in the same AVPacket, so therefore the depacketizer should split 
the packets, as in the attached patch.

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-rtpdec_xiph-Split-packets-in-the-depacketizer.patch
Type: text/x-diff
Size: 4699 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100804/663218f4/attachment.patch>



More information about the ffmpeg-devel mailing list