]> granicus.if.org Git - handbrake/commit
libhb: do not add invalid audio encoders to audio list
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 22 Jan 2016 21:38:26 +0000 (14:38 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 22 Jan 2016 21:38:26 +0000 (14:38 -0700)
commitf363762a083dac542e59db135fcdb90cda0a8562
treee49a3cc34e7c32777d6d4934d44dd06901e8b316
parent98b945a02a1474fc43e449fa432c9895f394da13
libhb: do not add invalid audio encoders to audio list

hb_audio_add() did not check that an encoder exists before stripping
away the passthru flag when source audio was not compatible with
requested passthru codec.
libhb/common.c