diff libmpcodecs/vf_scale.c @ 36765:97446d4850cc

m_option, vf_scale: Add some missing const.
author reimar
date Sun, 16 Feb 2014 16:29:59 +0000
parents 4ba6b8d3197e
children
line wrap: on
line diff
--- a/libmpcodecs/vf_scale.c	Sun Feb 16 16:29:58 2014 +0000
+++ b/libmpcodecs/vf_scale.c	Sun Feb 16 16:29:59 2014 +0000
@@ -654,7 +654,7 @@
 
 /// An example of presets usage
 static const struct size_preset {
-  char* name;
+  const char* name;
   int w, h;
 } vf_size_presets_defs[] = {
   // TODO add more 'standard' resolutions