Browse Source

cosmetics: update comment about dithering

Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Justin Ruggles 16 years ago
parent
commit
ea364c74a0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ac3dec.c

+ 1
- 1
libavcodec/ac3dec.c View File

@@ -598,7 +598,7 @@ static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
while(++end < 256);
}

/* if any channel doesn't use dithering, zero appropriate coefficients */
/* zero the dithered coefficients for appropriate channels */
remove_dithering(s);
}



Loading…
Cancel
Save