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

Unified Diff: ppapi/c/pp_codecs.h

Issue 354763003: Pepper: Add External_OES texture target to PPB_VideoDecoder docs and example. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « ppapi/api/pp_codecs.idl ('k') | ppapi/examples/video_decode/video_decode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_codecs.h
diff --git a/ppapi/c/pp_codecs.h b/ppapi/c/pp_codecs.h
index 356a10bac4d23f4c2d7db55dac4ea4d4f09837dc..5c6af36a4634ed4e0389dabe92955d37ccd155d8 100644
--- a/ppapi/c/pp_codecs.h
+++ b/ppapi/c/pp_codecs.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From pp_codecs.idl modified Tue Jun 10 13:32:45 2014. */
+/* From pp_codecs.idl modified Mon Jun 30 14:36:36 2014. */
#ifndef PPAPI_C_PP_CODECS_H_
#define PPAPI_C_PP_CODECS_H_
@@ -64,8 +64,9 @@ struct PP_VideoPicture {
uint32_t texture_id;
/**
* The GL texture target for the decoded picture. Possible values are:
- * GL_TEXTURE_2D (normalized texture coordinates)
- * GL_TEXTURE_RECTANGLE_ARB (dimension dependent texture coordinates)
+ * GL_TEXTURE_2D
+ * GL_TEXTURE_RECTANGLE_ARB
+ * GL_TEXTURE_EXTERNAL_OES
*
* The pixel format of the texture is GL_RGBA.
*/
« no previous file with comments | « ppapi/api/pp_codecs.idl ('k') | ppapi/examples/video_decode/video_decode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698