[FFmpeg-devel] [PATCH] avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the hls specification

Karthick Jeyapal kjeyapal at akamai.com
Thu Dec 21 16:45:41 EET 2017



On 12/21/17 7:45 PM, Carl Eugen Hoyos wrote:
> 2017-12-21 11:09 GMT+01:00 Karthick J <kjeyapal at 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.
I am confused. Which function? Could you please clarify? Did you mean 
lrint() function?
>
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



More information about the ffmpeg-devel mailing list