[FFmpeg-devel] [PATCH v4] lavc/audiotoolboxenc: fix noise in encoded audio

Jiejun Zhang zhangjiejun1992 at gmail.com
Wed Jan 3 10:10:59 EET 2018


On Wed, Jan 3, 2018 at 2:24 PM, Bang He <hezhanbang at gmail.com> wrote:
> maybe you should  return 1, not return ret

returning ret in callback will make AudioConverterFillComplexBuffer
return ret. so i think returning ret is better. furthermore 1 is not
treated as an error code in the current implementation of ffat_encode.


More information about the ffmpeg-devel mailing list