[FFmpeg-devel] [PATCH] seperate parser from codec selection
Paul Kendall
paul
Tue May 19 07:30:13 CEST 2009
On Sunday 17 May 2009 03:25:22 pm 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.
>
> Cheers,
> Paul
Sorry, I complete screwed up the comment here!
This patch allows an AVCodecContext ...
Cheers,
Paul
More information about the ffmpeg-devel
mailing list