diff --git a/mythtv/libs/libmythtv/openglvideo.cpp b/mythtv/libs/libmythtv/openglvideo.cpp index 216288473e7..a3e0198a8e8 100644 --- a/mythtv/libs/libmythtv/openglvideo.cpp +++ b/mythtv/libs/libmythtv/openglvideo.cpp @@ -283,6 +283,7 @@ void OpenGLVideo::CheckResize(bool deinterlacing) { RemoveFilter(kGLFilterResize); AddFilter(kGLFilterBicubic); + SetFiltering(); return; } @@ -290,6 +291,7 @@ void OpenGLVideo::CheckResize(bool deinterlacing) { RemoveFilter(kGLFilterBicubic); AddFilter(kGLFilterResize); + SetFiltering(); return; }