[FFmpeg-devel] [PATCH 1/2] avformat/segment: give a warning message for remove initial_offset option

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Sep 8 17:52:21 EEST 2016


2016-09-08 16:01 GMT+02:00 Steven Liu <lingjiujianke at gmail.com>:

> +    if (seg->initial_offset > 0) {
> +        av_log(s, AV_LOG_WARNING, "NOTE: the option initial_offset will be
> deprecated soon,"

"is deprecated" even if you decide not to ignore the value set.

Carl Eugen


More information about the ffmpeg-devel mailing list