]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
-itsscale to scale timestamps
[ffmpeg] / ffserver.c
index 884a8bd24d71f69cd71acdf6ffbc03cd135266aa..bf4c2edd04dc60d7440f71434e805c61f5f61a93 100644 (file)
@@ -3732,7 +3732,7 @@ static int opt_default(const char *opt, const char *arg,
     const AVOption *o  = NULL;
     const AVOption *o2 = av_find_opt(avctx, opt, NULL, type, type);
     if(o2)
-        o = av_set_string(avctx, opt, arg);
+        o = av_set_string2(avctx, opt, arg, 1);
     if(!o)
         return -1;
     return 0;