changeset 36185:4cdc07440a68

Fix typo in parameter name.
author reimar
date Fri, 24 May 2013 14:20:19 +0000
parents 4fb34494f66d
children 3b15983f5e48
files libmpcodecs/vf_stereo3d.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_stereo3d.c	Fri May 24 09:53:27 2013 +0000
+++ b/libmpcodecs/vf_stereo3d.c	Fri May 24 14:20:19 2013 +0000
@@ -422,7 +422,7 @@
     {"arcc",                             ANAGLYPH_RC_COLOR},
     {"anaglyph_red_cyan_color",          ANAGLYPH_RC_COLOR},
     {"arcd",                             ANAGLYPH_RC_DUBOIS},
-    {"anaglyph_red_cyan_dubios",         ANAGLYPH_RC_DUBOIS},
+    {"anaglyph_red_cyan_dubois",         ANAGLYPH_RC_DUBOIS},
     {"agmg",                             ANAGLYPH_GM_GRAY},
     {"anaglyph_green_magenta_gray",      ANAGLYPH_GM_GRAY},
     {"agmh",                             ANAGLYPH_GM_HALF},