Mercurial > mplayer.hg
changeset 35180:c27aa6515169
Mark intentional fallthrough case, used for duplicating frames.
author | reimar |
---|---|
date | Fri, 26 Oct 2012 19:03:26 +0000 |
parents | 94565576f967 |
children | 1a50a0bcd444 |
files | libmpcodecs/vf_telecine.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_telecine.c Fri Oct 26 18:58:48 2012 +0000 +++ b/libmpcodecs/vf_telecine.c Fri Oct 26 19:03:26 2012 +0000 @@ -62,6 +62,7 @@ dmpi->stride[2]*2, mpi->stride[2]*2); } ret = vf_next_put_image(vf, dmpi, MP_NOPTS_VALUE); + /* Fallthrough */ case 1: case 2: memcpy_pic(dmpi->planes[0], mpi->planes[0], mpi->w, mpi->h,