| Index: content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| index 9eb04feb8fa203f46f9b6c13594ee91fc83002f2..c6da742fc5491e9bdcbdfd9a965bd26c9dd4d84f 100644
|
| --- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| +++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
|
| @@ -275,9 +275,8 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
|
| bool CreateInputBuffers();
|
| bool CreateOutputBuffers();
|
|
|
| - // Query the hardware for a suitable format that we can use for
|
| - // importing into EGLImages for output, and set it.
|
| - bool SetupOutputFormat();
|
| + // Set input and output formats before starting decode.
|
| + bool SetupFormats();
|
|
|
| //
|
| // Methods run on child thread.
|
|
|