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

Unified Diff: ppapi/c/dev/ppb_video_decoder_dev.h

Issue 7545014: Implement PPAPI VideoDecode out-of-process support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: responding to brettw Created 9 years, 4 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/video/video_decode_accelerator.h ('k') | ppapi/examples/gles2/gles2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_video_decoder_dev.h
diff --git a/ppapi/c/dev/ppb_video_decoder_dev.h b/ppapi/c/dev/ppb_video_decoder_dev.h
index cf188d20a4693586383d4716068f6bad3b24ca61..5a3417e2e176a374770e4e80d677a20098092532 100644
--- a/ppapi/c/dev/ppb_video_decoder_dev.h
+++ b/ppapi/c/dev/ppb_video_decoder_dev.h
@@ -38,6 +38,8 @@ struct PPB_VideoDecoder_Dev {
// |decoder_config| the configuration to use to initialize the decoder.
//
// The created decoder is returned as PP_Resource. 0 means failure.
+ // TODO(fischman/vrk): Get rid of silly PP_VideoConfigElement* vector in favor
+ // of config struct.
PP_Resource (*Create)(PP_Instance instance,
PP_Resource context,
const PP_VideoConfigElement* decoder_config);
« no previous file with comments | « media/video/video_decode_accelerator.h ('k') | ppapi/examples/gles2/gles2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698