2017-12-21 11:09 GMT+01:00 Karthick J <kjeya...@akamai.com>:

>              if (target_duration <= duration)
> -                target_duration = hls_get_int_from_double(duration);
> +                target_duration = lrint(duration);

If this patch gets committed, please move the function
into dashenc.c.

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to