Le sextidi 16 fructidor, an CCXXIII, Chema Gonzalez a écrit :
> +    } else if (!strcmp(fmt, "raw")) {
> +        av_bprintf(bp, "%ld", (long int) (s->var_values[VAR_T] * 90000));

On 32 bits archs, long is smaller than int64_t.

And that 90000 is only relevant for MPEG, AFAIK.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

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

Reply via email to