Skip to content

Commit

Permalink
tiffenc: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
michaelni committed Oct 3, 2012
1 parent dc82b2c commit 05e5a24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libavcodec/tiffenc.c
Expand Up @@ -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;

Expand Down

0 comments on commit 05e5a24

Please sign in to comment.