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

Unified Diff: ppapi/api/dev/pp_video_dev.idl

Issue 11961051: Merge 176816 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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/filters/gpu_video_decoder.cc ('k') | ppapi/c/dev/pp_video_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/pp_video_dev.idl
===================================================================
--- ppapi/api/dev/pp_video_dev.idl (revision 177492)
+++ ppapi/api/dev/pp_video_dev.idl (working copy)
@@ -40,7 +40,8 @@
[assert_size(12)]
struct PP_VideoBitstreamBuffer_Dev {
/**
- * Client-specified identifier for the bitstream buffer.
+ * Client-specified identifier for the bitstream buffer. Valid values are
+ * non-negative.
*/
int32_t id;
@@ -64,7 +65,7 @@
/**
* Client-specified id for the picture buffer. By using this value client can
* keep track of the buffers it has assigned to the video decoder and how they
- * are passed back to it.
+ * are passed back to it. Valid values are non-negative.
*/
int32_t id;
« no previous file with comments | « media/filters/gpu_video_decoder.cc ('k') | ppapi/c/dev/pp_video_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698