]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
vp3: Reorder some functions to fix VP3 build with Theora disabled.
[ffmpeg] / ffmpeg.c
index c731cec53b4b5d0f8ae0de84ba76fa5a64e3b613..0ec3b241caffd2652b110992a3f834f3a47fed52 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3797,7 +3797,7 @@ static void opt_output_file(void *optctx, const char *filename)
     }
 
     if (!(oc->oformat->flags & AVFMT_NOFILE)) {
-        /* test if it already exists to avoid loosing precious files */
+        /* test if it already exists to avoid losing precious files */
         if (!file_overwrite &&
             (strchr(filename, ':') == NULL ||
              filename[1] == ':' ||