Mercurial > mplayer.hg
changeset 25727:7934f12c76f0
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
author | reimar |
---|---|
date | Tue, 15 Jan 2008 17:51:21 +0000 |
parents | 831e4eaa70a9 |
children | df6e9b54ecaa |
files | libvo/gl_common.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/gl_common.c Tue Jan 15 09:27:22 2008 +0000 +++ b/libvo/gl_common.c Tue Jan 15 17:51:21 2008 +0000 @@ -811,6 +811,7 @@ static void create_scaler_textures(int scaler, int *texu, char *texs) { switch (scaler) { case YUV_SCALER_BILIN: + case YUV_SCALER_BICUB_NOTEX: break; case YUV_SCALER_BICUB: case YUV_SCALER_BICUB_X: