chromium/media/base/video_codec_string_parsers_unittest.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/containers/flat_set.h"
#include "base/strings/stringprintf.h"
#include "media/base/video_codec_string_parsers.h"
#include "media/base/video_color_space.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace media {

TEST(ParseVP9CodecId, NewStyleVP9CodecIDs) {}

TEST(ParseAv1CodecId, VerifyRequiredValues) {}

TEST(ParseAv1CodecId, VerifyOptionalMonochrome) {}

TEST(ParseAv1CodecId, VerifyOptionalSubsampling) {}

TEST(ParseAv1CodecId, VerifyOptionalColorProperties) {}

TEST(ParseHEVCCodecIdTest, InvalidHEVCCodecIds) {}

TEST(ParseVVCCodecIdTest, InvalidVVCCodecIds) {}

TEST(ParseDolbyVisionCodecIdTest, InvalidDolbyVisionCodecIds) {}

}  // namespace media