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

Unified Diff: media/filters/ffmpeg_video_decoder.h

Issue 2115603002: Use FFmpegVideoDecoder from a UtilityProcess (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error on win Created 4 years 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
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..62bbe2bbde266381ea29363e9ac6d7ef40e950ed 100644
--- a/media/filters/ffmpeg_video_decoder.h
+++ b/media/filters/ffmpeg_video_decoder.h
@@ -52,6 +52,9 @@ class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder {
AVFrame* frame,
int flags);
+ void SetVideoFramePoolDelegate(
sandersd (OOO until July 31) 2016/12/15 00:38:01 This should also be a constructor parameter.
+ std::unique_ptr<VideoFramePoolDelegate> delegate);
+
private:
enum DecoderState {
kUninitialized,

Powered by Google App Engine
This is Rietveld 408576698