OSDN Git Service

av_picture_crop(): Support simple cases with packed pixels too.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 15 May 2011 20:37:02 +0000 (22:37 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 15 May 2011 20:37:02 +0000 (22:37 +0200)
commita80f74c584296971c6e6b7e0c10d9b5ec0440857
tree999167bc4cfd975fb033688016874a3d4ef2b7b7
parent27614b121776aa2b32579808810fb95839627bd9
av_picture_crop(): Support simple cases with packed pixels too.

This fixes a regression when linked to old ffmpeg.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/imgconvert.c