| Index: ppapi/c/dev/ppp_video_decoder_dev.h
|
| diff --git a/ppapi/c/dev/ppp_video_decoder_dev.h b/ppapi/c/dev/ppp_video_decoder_dev.h
|
| index e3d1d41843d19d1a63cc26f0b8167e6c45c94612..6397404f426e287ef9e8bc7a165f7943a78585ce 100644
|
| --- a/ppapi/c/dev/ppp_video_decoder_dev.h
|
| +++ b/ppapi/c/dev/ppp_video_decoder_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppp_video_decoder_dev.idl modified Wed Oct 5 15:59:17 2011. */
|
| +/* From dev/ppp_video_decoder_dev.idl modified Tue Oct 11 10:01:39 2011. */
|
|
|
| #ifndef PPAPI_C_DEV_PPP_VIDEO_DECODER_DEV_H_
|
| #define PPAPI_C_DEV_PPP_VIDEO_DECODER_DEV_H_
|
| @@ -35,7 +35,7 @@
|
| *
|
| * See PPB_VideoDecoder_Dev for general usage tips.
|
| */
|
| -struct PPP_VideoDecoder_Dev {
|
| +struct PPP_VideoDecoder_Dev_0_9 {
|
| /**
|
| * Callback function to provide buffers for the decoded output pictures. If
|
| * succeeds plugin must provide buffers through AssignPictureBuffers function
|
| @@ -102,6 +102,8 @@ struct PPP_VideoDecoder_Dev {
|
| PP_Resource decoder,
|
| PP_VideoDecodeError_Dev error);
|
| };
|
| +
|
| +typedef struct PPP_VideoDecoder_Dev_0_9 PPP_VideoDecoder_Dev;
|
| /**
|
| * @}
|
| */
|
|
|