OSDN Git Service

avcodec/tiff: move bpp check to after "end:"
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 8 Mar 2015 22:27:43 +0000 (23:27 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 22 Apr 2015 10:27:23 +0000 (12:27 +0200)
commit6e43bb2dc29c1257256501c0c85668391a4a651c
tree29187f2d72cb511b68233bba144073c52418ea1e
parent3f30c49f7ed0f16a33589b2db1df6c8ba2a10366
avcodec/tiff: move bpp check to after "end:"

This ensures that all current and future code-pathes get bpp checked

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit d5e9fc782150d4596c72440a0aa02b7f4f1254b1)

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