Browse Source

Remove unused variable.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n0.9
Reimar Döffinger 14 years ago
parent
commit
b9acca288e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/proresdec.c

+ 1
- 1
libavcodec/proresdec.c View File

@@ -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);



Loading…
Cancel
Save