| 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 25320f460380991e9bbe2528c7aa6654ec8dd205..1f10e840bf662f7dbcb981213726ebb31c480f11 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_);
|
|
|