| Index: ppapi/api/dev/ppb_video_decoder_dev.idl
|
| diff --git a/ppapi/api/dev/ppb_video_decoder_dev.idl b/ppapi/api/dev/ppb_video_decoder_dev.idl
|
| index 5b1a94eaa1dbe88dff1f7a8bb8e013e4e1f64b52..da408c94fcec6dad81df25782007ac647832b2af 100644
|
| --- a/ppapi/api/dev/ppb_video_decoder_dev.idl
|
| +++ b/ppapi/api/dev/ppb_video_decoder_dev.idl
|
| @@ -62,7 +62,8 @@ interface PPB_VideoDecoder_Dev {
|
| *
|
| * Parameters:
|
| * |video_decoder| is the previously created handle to the decoder resource.
|
| - * |bitstream_buffer| is the bitstream buffer that contains the input data.
|
| + * |bitstream_buffer| is the bitstream buffer that contains at most one
|
| + * input frame.
|
| * |callback| will be called when |bitstream_buffer| has been processed by
|
| * the decoder.
|
| *
|
|
|