mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
video: remove duplicate format
This commit is contained in:
parent
5294edded2
commit
72b7d4884f
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ gst_video_crop_get_image_details_from_caps (GstVideoCrop * vcrop,
|
|||
details->macro_y_off = 0;
|
||||
}
|
||||
break;
|
||||
case GST_VIDEO_FORMAT_Y800:
|
||||
case GST_VIDEO_FORMAT_GRAY8:
|
||||
details->packing = VIDEO_CROP_PIXEL_FORMAT_PACKED_SIMPLE;
|
||||
break;
|
||||
case GST_VIDEO_FORMAT_I420:
|
||||
|
|
Loading…
Reference in a new issue