[FFmpeg-devel] [PATCH 4/6] rmdec.c: rm_ac3_swap_bytes()

Ronald S. Bultje rsbultje
Mon Nov 5 21:27:29 CET 2007


Hi,

the rm container format swaps ac3-data in byte order, and the rtp format
appears to do the same, here, this code is isolated in its own function. The
next patch will move calls from read_packet() into parse_packet() and
retrieve_cache(), such that no additional calls are needed either from the
actual rm format demuxer or from the rtp parser to parse this data
correctly.

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



More information about the ffmpeg-devel mailing list