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
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
