[FFmpeg-devel] [PATCH 1/2] avformat: add webp muxer

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Nov 1 11:21:20 CET 2014


Michael Niedermayer <michaelni <at> gmx.at> writes:

> +    { "loop", "Number of times to loop the output: 0 - infinite loop",
> OFFSET(loop),
> +      AV_OPT_TYPE_INT, { .i64 = 1 }, -1, 65535, ENC },

What effect does "-1" have?

Carl Eugen



More information about the ffmpeg-devel mailing list