]> git.sesse.net Git - ffmpeg/commit
ac3enc: fix AC3 downmix metadata issue
authorPiotr Oleszczyk <piotr@oleszczyk.eu>
Thu, 30 Apr 2020 16:17:36 +0000 (18:17 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 1 May 2020 21:30:35 +0000 (23:30 +0200)
commitb9746fcbee8f7d73662cefbf8695f1ab47483bac
tree637133d00c4fa7a1e6e9528edcc5e63963ede50b
parentfb9e9da0b360d6eb3ff960e276d9c225d83d4bb1
ac3enc: fix AC3 downmix metadata issue

Due to a typo, it was impossible to write 0.595 / -4.5 dB
of ltrt_cmixlev, ltrt_surmixlev, loro_cmixlev, loro_surmixlev.
Without any error 0.841 / -1.5 dB was written to file.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/ac3enc.c