| Index: ppapi/c/dev/ppb_video_capture_dev.h
|
| diff --git a/ppapi/c/dev/ppb_video_capture_dev.h b/ppapi/c/dev/ppb_video_capture_dev.h
|
| index 6c3beb3eb510b17e9cd21293688c517853698e2a..3abd65b0d44c94d552e9c94b872948afdc936601 100644
|
| --- a/ppapi/c/dev/ppb_video_capture_dev.h
|
| +++ b/ppapi/c/dev/ppb_video_capture_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppb_video_capture_dev.idl modified Wed Oct 5 09:11:07 2011. */
|
| +/* From dev/ppb_video_capture_dev.idl modified Tue Oct 11 10:01:39 2011. */
|
|
|
| #ifndef PPAPI_C_DEV_PPB_VIDEO_CAPTURE_DEV_H_
|
| #define PPAPI_C_DEV_PPB_VIDEO_CAPTURE_DEV_H_
|
| @@ -53,7 +53,7 @@
|
| * 4:2:0, one byte per pixel, tightly packed (width x height Y values, then
|
| * width/2 x height/2 U values, then width/2 x height/2 V values).
|
| */
|
| -struct PPB_VideoCapture_Dev {
|
| +struct PPB_VideoCapture_Dev_0_1 {
|
| /**
|
| * Creates a new VideoCapture.
|
| */
|
| @@ -97,6 +97,8 @@ struct PPB_VideoCapture_Dev {
|
| */
|
| int32_t (*StopCapture)(PP_Resource video_capture);
|
| };
|
| +
|
| +typedef struct PPB_VideoCapture_Dev_0_1 PPB_VideoCapture_Dev;
|
| /**
|
| * @}
|
| */
|
|
|