]> git.sesse.net Git - ffmpeg/commit
avcodec/hevc: clear tab_slice_address of ctb on error.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 7 Feb 2014 03:30:31 +0000 (04:30 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 7 Feb 2014 03:30:31 +0000 (04:30 +0100)
commita18f11158216c22f4a69e44f8cbb59b300a7f10c
tree016e742efc8c6805a8d89623c527799531f276e8
parent56985d26d7054079cbe8865532c4a2cff123f596
avcodec/hevc: clear tab_slice_address of ctb on error.

This allows us to detect which areas have failed to decode

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