[FFmpeg-devel] [PATCH 1/2] g726: use LE bitreader/bitwriter instead
Paul B Mahol
onemda at gmail.com
Sat Jan 12 13:04:58 CET 2013
On 1/12/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> 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.
and how to recognize them?
> Perhaps AV_CODEC_ID_G726_LE should be
> added?
>
Rather not....
More information about the ffmpeg-devel
mailing list