OSDN Git Service

avutil/frame: fix video buffer allocation
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Mar 2013 01:18:08 +0000 (02:18 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 17 Mar 2013 01:19:25 +0000 (02:19 +0100)
commitf566ac48ce450b013ffd5547ace48df8c47981c6
tree98d7f73052b64c0ed86508313a367d5a9351b952
parentbe5c5c399bac7e37b6f8e4fc4a51d40e11cb6416
avutil/frame: fix video buffer allocation

The padding was lost during porting from avcodec
Should fix out of array accesses

Found-by: ubitux
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/frame.c