mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
avfilter/vf_colorspace_cuda: mark fall-through
This commit is contained in:
parent
a90e5335b3
commit
c9bd6ee5cb
@ -281,6 +281,7 @@ static int conv_cuda_convert(AVFilterContext* ctx, AVFrame* out, AVFrame* in)
|
||||
break;
|
||||
case AV_PIX_FMT_YUV420P:
|
||||
width = comp_id ? in->width / 2 : in->width;
|
||||
/* fall-through */
|
||||
case AV_PIX_FMT_NV12:
|
||||
height = comp_id ? in->height / 2 : in->height;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user