| Index: webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
|
| diff --git a/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h b/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
|
| index 994f0be16c87182f0c1d8a03475d94ed9b8133b5..1c0c778301326798f29d02a68faf3ae8b491c67d 100644
|
| --- a/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
|
| +++ b/webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.h
|
| @@ -42,6 +42,9 @@ class FFmpegCdmAudioDecoder {
|
| // output in |decoded_frames| when output is available. Returns
|
| // |cdm::kNeedMoreData| when |compressed_frame| does not produce output.
|
| // Returns |cdm::kDecodeError| when decoding fails.
|
| + //
|
| + // A null |compressed_buffer| is will attempt to flush the decoder of any
|
| + // remaining frames. |compressed_buffer_size| and |timestamp| are ignored.
|
| cdm::Status DecodeBuffer(const uint8_t* compressed_buffer,
|
| int32_t compressed_buffer_size,
|
| int64_t timestamp,
|
|
|