mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
video-converter: correct right-border location for YUY2, YVYU, UYVY
Remove 'r_border /= 2' in convert_fill_border(). It doesn't take the right border to correct location. https://bugzilla.gnome.org/show_bug.cgi?id=745719
This commit is contained in:
parent
40f4daffd1
commit
6bd458abc1
1 changed files with 0 additions and 1 deletions
|
@ -3498,7 +3498,6 @@ convert_fill_border (GstVideoConverter * convert, GstVideoFrame * dest)
|
|||
case GST_VIDEO_FORMAT_YVYU:
|
||||
case GST_VIDEO_FORMAT_UYVY:
|
||||
pgroup = 4;
|
||||
r_border /= 2;
|
||||
rb_width /= 2;
|
||||
lb_width /= 2;
|
||||
out_maxwidth /= 2;
|
||||
|
|
Loading…
Reference in a new issue