]> git.sesse.net Git - ffmpeg/commit
avcodec/dxtory: Use LL instead of L number suffix
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 1 Feb 2015 18:29:20 +0000 (19:29 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 1 Feb 2015 19:00:10 +0000 (20:00 +0100)
commitb4ad2853c50d055e9ba8c29f2e1c83b292f29d7a
tree2ee5044719a29f7a3ee5b4c56df17f93ccae879a
parentc77cc2c1766666cdb5f14daee0f75e397bf7a194
avcodec/dxtory: Use LL instead of L number suffix

This is probably unneeded and normal int would be fine, but its
safer to use LL and this isnt speed relevant

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