mirror of https://github.com/mpv-player/mpv
Add a forgotten case to create_scaler_textures, avoids an incorrect warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25755 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2054c24a34
commit
649027b817
|
@ -811,6 +811,7 @@ static const char *yuv_lookup3d_prog_template =
|
|||
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:
|
||||
|
|
Loading…
Reference in New Issue