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

Unified Diff: ppapi/c/ppb_video_encoder.h

Issue 885803003: Pepper: PPB_VideoEncoder should be 'Dev' only for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix copyright notices. Created 5 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 | « ppapi/api/ppb_video_encoder.idl ('k') | ppapi/cpp/video_encoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_video_encoder.h
diff --git a/ppapi/c/ppb_video_encoder.h b/ppapi/c/ppb_video_encoder.h
index 94a33e866926961d05e1c1a8fcd20a88117a55e1..744c3d3afa22836289af3d50f439a42d777c6293 100644
--- a/ppapi/c/ppb_video_encoder.h
+++ b/ppapi/c/ppb_video_encoder.h
@@ -1,9 +1,9 @@
-/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+/* Copyright 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-/* From ppb_video_encoder.idl modified Wed Feb 4 05:24:29 2015. */
+/* From ppb_video_encoder.idl modified Thu Feb 5 10:33:32 2015. */
#ifndef PPAPI_C_PPB_VIDEO_ENCODER_H_
#define PPAPI_C_PPB_VIDEO_ENCODER_H_
@@ -19,9 +19,7 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/ppb_video_frame.h"
-#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1"
-#define PPB_VIDEOENCODER_INTERFACE PPB_VIDEOENCODER_INTERFACE_0_1
-
+#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1" /* dev */
/**
* @file
* This file defines the <code>PPB_VideoEncoder</code> interface.
@@ -56,7 +54,7 @@
* Chrome and ChromeOS: h264.
* ChromeOS: mpeg4.
*/
-struct PPB_VideoEncoder_0_1 {
+struct PPB_VideoEncoder_0_1 { /* dev */
/**
* Creates a new video encoder resource.
*
@@ -237,8 +235,6 @@ struct PPB_VideoEncoder_0_1 {
*/
void (*Close)(PP_Resource video_encoder);
};
-
-typedef struct PPB_VideoEncoder_0_1 PPB_VideoEncoder;
/**
* @}
*/
« no previous file with comments | « ppapi/api/ppb_video_encoder.idl ('k') | ppapi/cpp/video_encoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698