Chromium Code Reviews| 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 4f5f3af62d9352debaafeaf50d9307fb164e2b16..fb8ce9db4100aa592490a19432e13396e05a1a79 100644 |
| --- a/media/base/android/media_decoder_job.h |
| +++ b/media/base/android/media_decoder_job.h |
| @@ -233,7 +233,7 @@ class MediaDecoderJob { |
| // Update the output format from the decoder, returns true if the output |
|
qinmin
2015/01/12 23:57:15
update the return value
kjoswiak
2015/01/13 00:14:31
Done.
|
| // format changes, or false otherwise. |
| - virtual bool UpdateOutputFormat(); |
| + virtual MediaCodecStatus UpdateOutputFormat() = 0; |
| // Return the index to |received_data_| that is not currently being decoded. |
| size_t inactive_demuxer_data_index() const { |