chromium/media/formats/mp4/fourccs.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_FORMATS_MP4_FOURCCS_H_
#define MEDIA_FORMATS_MP4_FOURCCS_H_

#include <string>

#include "media/base/media_export.h"
#include "media/media_buildflags.h"

namespace media::mp4 {

enum FourCC {};

MEDIA_EXPORT std::string FourCCToString(FourCC fourcc);

}  // namespace media::mp4

#endif  // MEDIA_FORMATS_MP4_FOURCCS_H_