mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 20:59:44 +00:00
videoflip: add missing break in switch
Coverity 1139755
This commit is contained in:
parent
a0bc24558e
commit
10663decd9
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ gst_video_flip_semi_planar_yuv (GstVideoFlip * videoflip, GstVideoFrame * dest,
|
|||
d[d_off + 1] = s[s_off + 1];
|
||||
}
|
||||
}
|
||||
break;
|
||||
case GST_VIDEO_FLIP_METHOD_OTHER:
|
||||
/* Flip Y */
|
||||
s = GST_VIDEO_FRAME_PLANE_DATA (src, 0);
|
||||
|
|
Loading…
Reference in a new issue