// 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. #ifndef MEDIA_FORMATS_AC3_AC3_UTIL_H_ #define MEDIA_FORMATS_AC3_AC3_UTIL_H_ #include <stddef.h> #include <stdint.h> #include "media/base/media_export.h" namespace media { class MEDIA_EXPORT Ac3Util { … }; } // namespace media #endif // MEDIA_FORMATS_AC3_AC3_UTIL_H_