summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_scale.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_scale.c')
-rw-r--r--video/filter/vf_scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_scale.c b/video/filter/vf_scale.c
index 730994c12c..f11fd58a65 100644
--- a/video/filter/vf_scale.c
+++ b/video/filter/vf_scale.c
@@ -137,7 +137,7 @@ static const unsigned int outfmt_list[] = {
* or to stop vf_scale from choosing a conversion that has no
* fast assembler implementation.
*/
-static int preferred_conversions[][2] = {
+static const int preferred_conversions[][2] = {
{IMGFMT_YUYV, IMGFMT_UYVY},
{IMGFMT_YUYV, IMGFMT_422P},
{IMGFMT_UYVY, IMGFMT_YUYV},