[FFmpeg-devel] [PATCH] RealMedia muxer: support audio codecs other than AC-3
Carl Eugen Hoyos
cehoyos
Mon May 10 01:20:48 CEST 2010
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > --- libavformat/riff.c (revision 23062)
> > +++ libavformat/riff.c (working copy)
> > @@ -129,6 +129,7 @@
> > { CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') },
> > { CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus
lossless JPEG */
> > { CODEC_ID_JPEGLS, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom
FOURCC for avi - encoder */
> > + { CODEC_ID_JPEGLS, MKTAG('M', 'J', 'P', 'G') },
> ok
Applied this hunk.
Carl Eugen
More information about the ffmpeg-devel
mailing list