// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/formats/ac3/ac3_util.h" #include "base/files/file_util.h" #include "media/base/test_data_util.h" #include "testing/gtest/include/gtest/gtest.h" namespace media { namespace { struct Ac3StreamInfo { … }; } // namespace anonymous TEST(Ac3UtilTest, ParseTotalAc3SampleCount) { … } TEST(Ac3UtilTest, ParseTotalEac3SampleCount) { … } } // namespace media