| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index 1aa0954ba962226cbb41d0dccac7ec9ead57aab5..5212db2c48812bd31d456d2dbf7b65a1447c50ea 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -90,9 +90,9 @@ class MEDIA_EXPORT VideoDecodeAccelerator
|
| // Returns true when command successfully accepted. Otherwise false.
|
| virtual bool Initialize(VideoCodecProfile profile) = 0;
|
|
|
| - // Decodes given bitstream buffer. Once decoder is done with processing
|
| - // |bitstream_buffer| it will call NotifyEndOfBitstreamBuffer() with the
|
| - // bitstream buffer id.
|
| + // Decodes given bitstream buffer that contains at most one frame. Once
|
| + // decoder is done with processing |bitstream_buffer| it will call
|
| + // NotifyEndOfBitstreamBuffer() with the bitstream buffer id.
|
| // Parameters:
|
| // |bitstream_buffer| is the input bitstream that is sent for decoding.
|
| virtual void Decode(const BitstreamBuffer& bitstream_buffer) = 0;
|
|
|