]> granicus.if.org Git - handbrake/commitdiff
Fix ac3 mixdown to mono
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 2 Nov 2011 21:29:17 +0000 (21:29 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 2 Nov 2011 21:29:17 +0000 (21:29 +0000)
we were setting the wrong mixdown flag. Funny how something like this
can go for so long unnoticed.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4337 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/common.h

index b8eee7dd24cf9163d14f3f7ebaf5cb429157203c..a657eb2ff9421f81039659581a18860b757c6511 100644 (file)
@@ -391,7 +391,7 @@ struct hb_job_s
 #define HB_AMIXDOWN_DISCRETE_CHANNEL_COUNT_MASK 0x0000000F
 /* define the HB_AMIXDOWN_XXXX values */
 #define HB_AMIXDOWN_NONE                        0x00000000
-#define HB_AMIXDOWN_MONO                        0x01000001
+#define HB_AMIXDOWN_MONO                        0x01000011
 // DCA_FORMAT of DCA_MONO                  = 0    = 0x000
 // A52_FORMAT of A52_MONO                  = 1    = 0x01
 // discrete channel count of 1