]> granicus.if.org Git - handbrake/commit
libhb: fix audio bitrate when using fallback encoder
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 29 Dec 2016 21:18:41 +0000 (14:18 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 29 Dec 2016 21:21:32 +0000 (14:21 -0700)
commitc4cfb5233dbda1b4258ddbc2383f49a2b9ebf5bd
tree53f1adf716c6604fdcd2894ab6e8502fbeda7f8f
parent591e13646a42dd3727a5684dbff3e1b794318dc2
libhb: fix audio bitrate when using fallback encoder

Fixes https://github.com/HandBrake/HandBrake/issues/462

hb_audio_add was overwriting the desired output bitrate before we
discovered that we needed to use the fallback encoder.

(cherry picked from commit 56e26f4b112a8454c09f355ca3eefab52f2b76ed)
libhb/common.c