]> 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:20:51 +0000 (14:20 -0700)
commit56e26f4b112a8454c09f355ca3eefab52f2b76ed
tree1bd700b81b5b856ce435b5f6e090b4c51b710fc6
parentfc8f6c04a15c2049ae4d043edaae115618342237
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.
libhb/common.c