On Mon, Jun 01, 2020 at 18:21:40 +0800, Siyuan Huang wrote:
> { "max_playback_rate", "Set desired maximum playback rate",
> OFFSET(max_playback_rate), AV_OPT_TYPE_RATIONAL, { .dbl = 1.0 }, 0.5, 1.5, E
> },
> + {"update_period", "Set the mpd update interval", OFFSET(update_period),
> AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, E},
> { NULL },
Documentation also needs to be updated when adding or changing options.
Moritz
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".