[FFmpeg-devel] [PATCH 3/4] oggdec: add support for Opus codec.

Gregory Maxwell gmaxwell at gmail.com
Thu Jul 12 16:37:48 CEST 2012


On Thu, Jul 12, 2012 at 9:14 AM, Nicolas George
<nicolas.george at normalesup.org> wrote:
> A side effect would be that if ffmpeg is built with a recent version of
> libopus but run with an older version, the gail will be ignored. I believe
> this is acceptable.

It sounds fine.

The ABI is the same either way, so you could just look for the return
being OPUS_UNIMPLEMENTED, which is what I did in opus-tools. Though
then you couldn't compile out that gain code otherwise, which might
not to be your taste.

Either way, thats fine.


More information about the ffmpeg-devel mailing list