[FFmpeg-devel] [PATCH] Support signaling of last segment number

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Mar 21 22:24:02 EET 2018


2018-03-21 16:33 GMT+01:00, sanilraut <raut.sanil at gmail.com>:

> +    if(pls->last_seq_no == 0){

Please add a space to avoid mixing styles: "if ("
We usually use "if (!pls->last_seq_no)", same above.

> +        pls->last_seq_no = calc_max_seg_no(pls, s->priv_data);
> +    }

Carl Eugen


More information about the ffmpeg-devel mailing list