]> git.sesse.net Git - ffmpeg/commit
dpx: Fix rounding in 10bit total_size calculation
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 10 Feb 2013 16:50:56 +0000 (17:50 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 10 Feb 2013 16:52:24 +0000 (17:52 +0100)
commit151067bbc2200e3130eb9e4bab242dfd8db78761
tree2ae77b717071b1c2a63aa82fbeda6cf5fda61ccf
parentd24de4596c3f980c9cc1cb5c8706c8411e46275b
dpx: Fix rounding in 10bit total_size calculation

This could have caused out of array reads

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