chromium/media/parsers/h264_poc.h

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

#ifndef MEDIA_PARSERS_H264_POC_H_
#define MEDIA_PARSERS_H264_POC_H_

#include <stdint.h>

#include <optional>

#include "media/base/media_export.h"

namespace media {

struct H264SPS;
struct H264SliceHeader;

class MEDIA_EXPORT H264POC {};

}  // namespace media

#endif  // MEDIA_PARSERS_H264_POC_H_