]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gif.c
mtv: Make sure audio_subsegments is not 0
[ffmpeg] / libavformat / gif.c
index f831787c60c87e3fe9e8b6dc492721b014a9f2ff..3ef7ebe9be431043e6c2a32461786219848720aa 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 },
 };