[FFmpeg-cvslog] Remove unused variable.
Reimar Döffinger
git at videolan.org
Tue Sep 20 19:06:22 CEST 2011
ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Mon Sep 19 23:06:15 2011 +0200| [b9acca288e996ae0a9ecf84eec0a2ddadc4201f1] | committer: Reimar Döffinger
Remove unused variable.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9acca288e996ae0a9ecf84eec0a2ddadc4201f1
---
libavcodec/proresdec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/proresdec.c b/libavcodec/proresdec.c
index c56b258..810d523 100644
--- a/libavcodec/proresdec.c
+++ b/libavcodec/proresdec.c
@@ -322,7 +322,7 @@ static av_always_inline void decode_dc_coeffs(GetBitContext *gb, DCTELEM *out,
int blocks_per_slice, const int *qmat)
{
DCTELEM prev_dc;
- int code, code2, i, sign;
+ int code, i, sign;
OPEN_READER(re, gb);
More information about the ffmpeg-cvslog
mailing list