| Index: content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.cc b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| index a5cb4fb00f87f7802c9661284de6ad4209e0b52e..bff2f23f7d61f2a086243d6d13da44e8678a7871 100644
|
| --- a/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_video_encode_accelerator.cc
|
| @@ -860,6 +860,7 @@ bool V4L2VideoEncodeAccelerator::SetOutputFormat(
|
|
|
| bool V4L2VideoEncodeAccelerator::NegotiateInputFormat(
|
| media::VideoFrame::Format input_format) {
|
| + DVLOG(3) << "NegotiateInputFormat()";
|
| DCHECK(child_message_loop_proxy_->BelongsToCurrentThread());
|
| DCHECK(!input_streamon_);
|
| DCHECK(!output_streamon_);
|
|
|