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 bb921bc4d83d00ba1dd5dbf8979f427111db82f7..6ee086dea039b9378792a8480482975ca1a469b8 100644 |
--- a/media/base/android/media_decoder_job.h |
+++ b/media/base/android/media_decoder_job.h |
@@ -147,6 +147,9 @@ class MediaDecoderJob { |
// TODO(wolenetz/qinmin): Protect with a lock. See http://crbug.com/320043. |
bool input_eos_encountered_; |
+ // Whether output EOS is encountered. |
+ bool output_eos_encountered_; |
+ |
// Tracks whether DecodeInternal() should skip decoding if the first access |
// unit is EOS or empty, and report |MEDIA_CODEC_OUTPUT_END_OF_STREAM|. This |
// is to work around some decoders that could crash otherwise. See |