[FFmpeg-devel] [PATCH 1/2] g726: use LE bitreader/bitwriter instead

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Jan 12 12:51:34 CET 2013


Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:

> Paul B Mahol <onemda <at> gmail.com> writes:
> 
> > +++ b/libavcodec/g726.c
> > @@ -23,6 +23,8 @@
> >   */
> >  #include <limits.h>
> > 
> > +#define BITSTREAM_READER_LE
> > +#define BITSTREAM_WRITER_LE
> 
> Thank you for looking at this!
> 
> I believe I had found a sample that worked 
> with our implementation

Or to say it differently:
The way I understand the German Wikipedia 
article both variants exist.
Perhaps AV_CODEC_ID_G726_LE should be 
added?

Carl Eugen



More information about the ffmpeg-devel mailing list