summaryrefslogtreecommitdiffstats
path: root/video/out/vo_gpu_next.c
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-01-29 13:28:08 +0100
committerDudemanguy <random342@airmail.cc>2023-02-02 14:23:02 +0000
commit0a4b139ddf2d24d18cc70f779fa7022ca6b601b6 (patch)
tree8e3bb643841dc570e4415f856cd704d97cb6e3ee /video/out/vo_gpu_next.c
parent08cd7c1e290083caf2707cae3b13f733c4e6b290 (diff)
downloadmpv-0a4b139ddf2d24d18cc70f779fa7022ca6b601b6.tar.bz2
mpv-0a4b139ddf2d24d18cc70f779fa7022ca6b601b6.tar.xz
osdep: add MP_FALLTHROUGH
Diffstat (limited to 'video/out/vo_gpu_next.c')
-rw-r--r--video/out/vo_gpu_next.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_gpu_next.c b/video/out/vo_gpu_next.c
index 8cb05d7704..f18ab3d9a4 100644
--- a/video/out/vo_gpu_next.c
+++ b/video/out/vo_gpu_next.c
@@ -1859,7 +1859,7 @@ static void update_render_options(struct vo *vo)
#else
MP_ERR(p, "Error diffusion dithering is not implemented.\n");
#endif
- // fall through
+ MP_FALLTHROUGH;
case DITHER_ORDERED:
case DITHER_FRUIT:
p->params.dither_params = &p->dither;