[FFmpeg-devel] [PATCH 3/6] rmdec.c: ff_rm_retrieve_cache()

Ronald S. Bultje rsbultje
Mon Nov 5 21:25:30 CET 2007


Hi,

certain packets (both in the actual realmedia container format as well as in
rtp packets sent from realmedia/helix servers) can contain multiple audio
frames. These are cached by the realmedia demuxer and returned upon
subsequent calls. This patch isolates this code into a new function such
that the RDT (realmedia/rtsp) reader can use this same functionality also,
thereby not just returning the first frame of each RTP packet, but also all
subsequent frames.

Ronald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rmdec-retrieve_cache.patch
Type: application/octet-stream
Size: 1963 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071105/808eb8c9/attachment.obj>



More information about the ffmpeg-devel mailing list