| Index: media/filters/omx_video_decoder.cc
|
| diff --git a/media/filters/omx_video_decoder.cc b/media/filters/omx_video_decoder.cc
|
| index d8fbf044a8e41c834a892c3430f23dca51980847..15ba4f1234076f29c18a85a06362fd749d31b7f0 100644
|
| --- a/media/filters/omx_video_decoder.cc
|
| +++ b/media/filters/omx_video_decoder.cc
|
| @@ -220,6 +220,10 @@ bool OmxVideoDecoder::ProvidesBuffer() {
|
| return info_.provides_buffers;
|
| }
|
|
|
| +const MediaFormat& OmxVideoDecoder::media_format() {
|
| + return media_format_;
|
| +}
|
| +
|
| void OmxVideoDecoder::DemuxCompleteTask(Buffer* buffer) {
|
| // We simply delicate the buffer to the right message loop.
|
| scoped_refptr<Buffer> ref_buffer = buffer;
|
|
|