// Copyright 2024 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/gpu/h264_builder.h" #include "base/logging.h" #include "media/filters/h26x_annex_b_bitstream_builder.h" #include "media/parsers/h264_parser.h" #include "testing/gtest/include/gtest/gtest.h" namespace media { class H264BuilderTest : public ::testing::Test { … }; TEST_F(H264BuilderTest, H264BuildParseIdentity) { … } } // namespace media