]> granicus.if.org Git - handbrake/commit
preset: fix sanitizing audio settings when samplerate != Auto
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 12 Apr 2017 19:22:24 +0000 (13:22 -0600)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 12 Apr 2017 19:22:24 +0000 (13:22 -0600)
commit9a22ae2b2715b088cd936ba5e7d700ee4fbea096
tree727780826da93136b5aea3672a6782875e237dee
parent420f90fe9efdb44049f783f93f6378f7785e532d
preset: fix sanitizing audio settings when samplerate != Auto

The samplerate was incorrectly copied to the job as a string instead of
an int which caused invalid sanitizing of audio settings.
libhb/preset.c