// Copyright 2017 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_FFMPEG_FFMPEG_DECODING_LOOP_H_ #define MEDIA_FFMPEG_FFMPEG_DECODING_LOOP_H_ #include <memory> #include "base/functional/callback_forward.h" #include "base/memory/raw_ptr.h" #include "media/base/media_export.h" #include "media/ffmpeg/ffmpeg_deleters.h" struct AVCodecContext; struct AVFrame; struct AVPacket; namespace media { class MEDIA_EXPORT FFmpegDecodingLoop { … }; } // namespace media #endif // MEDIA_FFMPEG_FFMPEG_DECODING_LOOP_H_