Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / media / formats / mp4 / aac_unittest.cc
index 6c2e797..d3ca839 100644 (file)
@@ -85,7 +85,7 @@ TEST(AACTest, SixChannelTest) {
 
   EXPECT_TRUE(aac.Parse(data));
   EXPECT_EQ(aac.GetOutputSamplesPerSecond(false), 48000);
-  EXPECT_EQ(aac.GetChannelLayout(false), CHANNEL_LAYOUT_5_1);
+  EXPECT_EQ(aac.GetChannelLayout(false), CHANNEL_LAYOUT_5_1_BACK);
 }
 
 TEST(AACTest, DataTooShortTest) {