| Index: media/base/android/media_decoder_job.h
|
| diff --git a/media/base/android/media_decoder_job.h b/media/base/android/media_decoder_job.h
|
| index 15d963530bb1bbfa4e2ef78e707766759b6dbea0..4f5f3af62d9352debaafeaf50d9307fb164e2b16 100644
|
| --- a/media/base/android/media_decoder_job.h
|
| +++ b/media/base/android/media_decoder_job.h
|
| @@ -70,7 +70,7 @@ class MediaDecoderJob {
|
| // this method will just allow the decode to complete as normal. If
|
| // this object is waiting for a data request to complete, then this method
|
| // will wait for the data to arrive and then call the |callback|
|
| - // passed to Decode() with a status of MEDIA_CODEC_STOPPED. This ensures that
|
| + // passed to Decode() with a status of MEDIA_CODEC_ABORT. This ensures that
|
| // the |callback| passed to Decode() is always called and the status
|
| // reflects whether data was actually decoded or the decode terminated early.
|
| void StopDecode();
|
|
|