Mercurial > mplayer.hg
changeset 35177:51b77c9a11ef
Add comment to silence coverity (and it generally doesn't
hurt to make intentional fallthrough cases explicit).
author | reimar |
---|---|
date | Fri, 26 Oct 2012 18:31:11 +0000 |
parents | 0a51b5a1478c |
children | 327e3968a50b |
files | libmpcodecs/vf_ilpack.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_ilpack.c Fri Oct 26 18:07:00 2012 +0000 +++ b/libmpcodecs/vf_ilpack.c Fri Oct 26 18:31:11 2012 +0000 @@ -438,6 +438,7 @@ mp_msg(MSGT_VFILTER, MSGL_WARN, "ilpack: unknown mode %d (fallback to linear)\n", vf->priv->mode); + /* Fallthrough */ case 1: vf->priv->pack[0] = pack_li_0; vf->priv->pack[1] = pack_li_1;