chromium/media/muxers/mp4_type_conversion_unittest.cc

// Copyright 2023 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/muxers/mp4_type_conversion.h"

#include "base/big_endian.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media {

struct LanguageAndCode {};

TEST(Mp4TypeConversionTest, LanguageCode) {}

TEST(Mp4TypeConversionTest, TimescaleConversion) {}

}  // namespace media