Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Unified Diff: media/filters/ffmpeg_video_decoder.h

Issue 2643733002: Allow to use {FFmpeg/Vpx}VideoDecoder from a UtilityProcess (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/video_frame_provider.cc ('k') | media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_video_decoder.h
diff --git a/media/filters/ffmpeg_video_decoder.h b/media/filters/ffmpeg_video_decoder.h
index ef3a5c34ff479757f33e30fd20ccc2940d245ec6..852517ac7067393171043a4c8955c95ee518dce1 100644
--- a/media/filters/ffmpeg_video_decoder.h
+++ b/media/filters/ffmpeg_video_decoder.h
@@ -28,6 +28,8 @@ class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder {
static bool IsCodecSupported(VideoCodec codec);
FFmpegVideoDecoder();
+ explicit FFmpegVideoDecoder(
+ std::unique_ptr<VideoFrameProvider> video_frame_provider);
~FFmpegVideoDecoder() override;
// Allow decoding of individual NALU. Entire frames are required by default.
« no previous file with comments | « media/base/video_frame_provider.cc ('k') | media/filters/ffmpeg_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698