mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
mfc: fix left crop change test
It was testing a noop Coverity 1139643
This commit is contained in:
parent
25d4ca70c9
commit
b4d62ce210
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ gst_mfc_dec_dequeue_output (GstMFCDec * self)
|
|||
if (!state || self->width != width || self->height != height ||
|
||||
self->src_stride[0] != src_ystride
|
||||
|| self->src_stride[1] != src_uvstride
|
||||
|| self->crop_left != self->crop_left || self->crop_top != crop_top
|
||||
|| self->crop_left != crop_left || self->crop_top != crop_top
|
||||
|| self->crop_width != crop_width || self->crop_height != crop_height) {
|
||||
self->width = width;
|
||||
self->height = height;
|
||||
|
|
Loading…
Reference in a new issue