vo_opengl: make oversample the default for opengl-hq as well

This was supposed to have changed back when oversample was reintroduced
in 3007250. Fixes #2155.
This commit is contained in:
Niklas Haas 2015-07-20 01:33:03 +02:00 committed by wm4
parent 253f6f1a95
commit b0d1ac93cf
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ const struct gl_video_opts gl_video_opts_hq_def = {
{{"spline36", .params={NAN, NAN}}, {.params = {NAN, NAN}}}, // scale
{{"mitchell", .params={NAN, NAN}}, {.params = {NAN, NAN}}}, // dscale
{{"spline36", .params={NAN, NAN}}, {.params = {NAN, NAN}}}, // cscale
{{"robidoux", .params={NAN, NAN}}, {.params = {NAN, NAN}}}, // tscale
{{"oversample", .params={NAN, NAN}}, {.params = {NAN, NAN}}}, // tscale
},
.alpha_mode = 2,
.background = {0, 0, 0, 255},