chromium/media/filters/ffmpeg_bitstream_converter.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_FILTERS_FFMPEG_BITSTREAM_CONVERTER_H_
#define MEDIA_FILTERS_FFMPEG_BITSTREAM_CONVERTER_H_

#include "media/base/media_export.h"

struct AVPacket;

namespace media {

// Interface for classes that allow reformatting of FFmpeg bitstreams
class MEDIA_EXPORT FFmpegBitstreamConverter {};

}  // namespace media

#endif  // MEDIA_FILTERS_FFMPEG_BITSTREAM_CONVERTER_H_