]> git.sesse.net Git - ffmpeg/blobdiff - avconv.c
swscale: Provide the right alignment for external mmx asm
[ffmpeg] / avconv.c
index 0114f4f21f25853612743dfebc8357c360458bb9..ea736066ecb4e9516de8e472e9b0d4b7f82dc961 100644 (file)
--- a/avconv.c
+++ b/avconv.c
@@ -2398,7 +2398,7 @@ static void parse_cpuflags(int argc, char **argv, const OptionDef *options)
 {
     int idx = locate_option(argc, argv, options, "cpuflags");
     if (idx && argv[idx + 1])
-        opt_cpuflags("cpuflags", argv[idx + 1]);
+        opt_cpuflags(NULL, "cpuflags", argv[idx + 1]);
 }
 
 int main(int argc, char **argv)