[FFmpeg-devel] [PATCH]Add little-endian G726 decoder and use it for Sun AU files

Paul B Mahol onemda at gmail.com
Thu Jul 11 14:57:00 CEST 2013


On 7/11/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Hi!
>
> Attached patch fixes ticket #1955 as suggested by Roman.
>
> Please comment, Carl Eugen
>

There is way to check if given decoded audio is sane enough, using fft
one can inspect first be variant and then le one and pick one with
higher score. This is actually used in reality for at least one case I
can't remember right now.

This one we can avoid having another decoder.

Anyway having another decoder is really ugly, you could make use of
extradata to have/force same funcionality.


More information about the ffmpeg-devel mailing list