]> 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:24:31 +0000 (13:24 -0600)
commit8db8e858688d10ca9a125f4be63d0896d417fa31
tree261b801f5ebd545f6e72de48213fcc81b278e797
parenta35343f55d258bce78daf85e4ca70344f8a6a927
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.

(cherry picked from commit 9a22ae2b2715b088cd936ba5e7d700ee4fbea096)
libhb/preset.c