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

Michael Niedermayer michaelni
Tue May 26 04:02:09 CEST 2009


On Sun, May 17, 2009 at 03:25:22PM +1200, Paul Kendall wrote:
> 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.

I do not like having 2 codec ids.

[...]

>      enum CodecID codec_id; /* see CODEC_ID_xxx */
> +    enum CodecID parser_id; /* see CODEC_ID_xxx */

even less so without any documentation

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090526/3162b305/attachment.pgp>



More information about the ffmpeg-devel mailing list