]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gif.c
Merge remote-tracking branch 'tjoppen/proper_mxf_track_linking'
[ffmpeg] / libavformat / gif.c
index 280a6636904d6ad4ba77e9f10fe91c4102383cc5..200bc70573981bdb2263f12c33c7acb845d152e2 100644 (file)
@@ -351,7 +351,7 @@ static int gif_write_trailer(AVFormatContext *s)
 #define OFFSET(x) offsetof(GIFContext, x)
 #define ENC AV_OPT_FLAG_ENCODING_PARAM
 static const AVOption options[] = {
-    { "loop", "Number of times to loop the output.", OFFSET(loop), FF_OPT_TYPE_INT, {0}, 0, 65535, ENC },
+    { "loop", "Number of times to loop the output.", OFFSET(loop), AV_OPT_TYPE_INT, {0}, 0, 65535, ENC },
     { NULL },
 };