[FFmpeg-cvslog] tiffenc: remove unused variable

Michael Niedermayer git at videolan.org
Wed Oct 3 18:31:18 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Oct  3 18:20:28 2012 +0200| [05e5a24f79fedc36a1addf8a8ed36e9ad5c42d8c] | committer: Michael Niedermayer

tiffenc: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05e5a24f79fedc36a1addf8a8ed36e9ad5c42d8c
---

 libavcodec/tiffenc.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/tiffenc.c b/libavcodec/tiffenc.c
index dc87057..689479f 100644
--- a/libavcodec/tiffenc.c
+++ b/libavcodec/tiffenc.c
@@ -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;
 



More information about the ffmpeg-cvslog mailing list