Le decadi 10 floréal, an CCXXIV, Carl Eugen Hoyos a écrit : > I hope attached patch fixes an issue seen in a decklink user report where > the bit_rate was negative. Or should the division be changed to 1ULL/...?
This does not make the computation 64 bits, it makes them whatever the size happens to be for long long on this compiler and architecture. To make the computations 64 bits, a cast is in order: "(uint64_t)". Regards, -- Nicolas George
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
