media/gpu/v4l2vd: remove incorrect DCHECK()
ContinueChangeResolution() had a DCHECK() that made sure that no CAPTURE buffers were queued when the method was called. This is incorrect ; especially for stateful decoders where we passively queue all CAPTURE buffers as they become available, and can also happen with stateless decoders as well. BUG=b:168193954 TEST=video.DecodeAccelVD.h264_resolution_switch does not raise this trigger anymore on hana-kernelnext. Change-Id: Ia86e99e59a1665fe21f7c21eccee36c75840d0db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405346 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#806147}
Showing
Please register or sign in to comment