[FFmpeg-devel] [PATCH] seperate parser from codec selection

Paul Kendall paul
Sun May 17 05:25:22 CEST 2009


This patch allows an AVStream to specify a parser_id separately to the
codec_id. This will be useful for streams such as DVB-T which has AAC
audio which may be contained in an LATM multiplexed stream.

The patch will fall-back to using the codec_id for parser selection if the
parser_id is set to CODEC_ID_NONE, which is the default.

Cheers,
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: explicit_parser_selection.diff
Type: text/x-patch
Size: 2174 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090517/ae97a55b/attachment.bin>



More information about the ffmpeg-devel mailing list