1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

tiffenc: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-10-03 18:20:28 +02:00
parent dc82b2c0f1
commit 05e5a24f79

View File

@ -251,7 +251,6 @@ static int encode_frame(AVCodecContext * avctx, AVPacket *pkt,
int ret = -1;
int is_yuv = 0, alpha = 0;
int shift_h, shift_v;
const AVPixFmtDescriptor* pfd;
*p = *pict;