[FFmpeg-devel] [PATCH v2] avformat/hlsenc: deprecate hls_wrap option
Carl Eugen Hoyos
ceffmpeg at gmail.com
Thu Feb 9 12:46:34 EET 2017
2017-02-09 8:58 GMT+01:00 Steven Liu <lq at chinaffmpeg.org>:
> +#if FF_API_HLS_WRAP
> {"hls_wrap", "set number after which the index wraps", OFFSET(wrap), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, E},
> +#endif
(Even if this is not done for other deprecated options:)
Imo, either add the word deprecated, or even replace the whole
description string with the word "deprecated".
Carl Eugen
More information about the ffmpeg-devel
mailing list