Skip to content

Commit 05e5a24

Browse files
committed
tiffenc: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
1 parent dc82b2c commit 05e5a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libavcodec/tiffenc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ static int encode_frame(AVCodecContext * avctx, AVPacket *pkt,
251251
int ret = -1;
252252
int is_yuv = 0, alpha = 0;
253253
int shift_h, shift_v;
254-
const AVPixFmtDescriptor* pfd;
255254

256255
*p = *pict;
257256

0 commit comments

Comments
 (0)