[FFmpeg-devel] [PATCH]Allow decoding of eac3 in mpegts

Carl Eugen Hoyos cehoyos
Sun Oct 11 14:11:52 CEST 2009


Baptiste Coudurier <baptiste.coudurier <at> gmail.com> writes:

> > +        } else if (!strcmp(fmt->name, "eac3")) {
> > +            st->codec->codec_id = CODEC_ID_EAC3;
> > +            st->codec->codec_type = CODEC_TYPE_AUDIO;
> >           } else if (!strcmp(fmt->name, "mpegvideo")) {
> >               st->codec->codec_id = CODEC_ID_MPEG2VIDEO;
> >               st->codec->codec_type = CODEC_TYPE_VIDEO;
> >
> 
> IMHO keep the commit and also apply this one if it also works, it will
> hopefully catch some other private streams.

Kept the other patch.
And patch applied.

Thank you, Carl Eugen




More information about the ffmpeg-devel mailing list