OSDN Git Service

ffv1enc: use 64bit in maxsize calculation
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Oct 2013 21:36:35 +0000 (23:36 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Oct 2013 21:36:35 +0000 (23:36 +0200)
commit62533eab6fb1d11e47bf88e31c02de454311e8c2
tree197d11911ffed7877e3ec9a59ad70e4419af2e7b
parent80b1e1c03d26ade05b0f53d0731aa7398d4ef6f9
ffv1enc: use 64bit in maxsize calculation

This isnt needed but it cant hurt, its also more consistent with
how its calculated a few lines before.

See: CID1108593
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ffv1enc.c