]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_waveform.c
avcodec/nvenc: replace custom FIFOs with AVFifos
[ffmpeg] / libavfilter / vf_waveform.c
index 26aa809c4cdbcd4e7d652c8f45cd11e1006accc4..c2b84fbff55788a27529077437d5fbd48a0716c8 100644 (file)
@@ -145,8 +145,8 @@ static const AVOption waveform_options[] = {
     { "scale", "set scale", OFFSET(scale), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_SCALES-1, FLAGS, "scale" },
     { "s",     "set scale", OFFSET(scale), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_SCALES-1, FLAGS, "scale" },
         { "digital",    NULL, 0, AV_OPT_TYPE_CONST, {.i64=DIGITAL},    0, 0, FLAGS, "scale" },
-        { "ire",        NULL, 0, AV_OPT_TYPE_CONST, {.i64=IRE},        0, 0, FLAGS, "scale" },
         { "millivolts", NULL, 0, AV_OPT_TYPE_CONST, {.i64=MILLIVOLTS}, 0, 0, FLAGS, "scale" },
+        { "ire",        NULL, 0, AV_OPT_TYPE_CONST, {.i64=IRE},        0, 0, FLAGS, "scale" },
     { NULL }
 };