Browse Source

tiffenc: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
05e5a24f79
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/tiffenc.c

+ 0
- 1
libavcodec/tiffenc.c 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;



Loading…
Cancel
Save