This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
1d8370aad9
commit
ea364c74a0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 coefficient
s */
/*
zero the dithered coefficients for appropriate channel
s */
remove_dithering(s);
}
Write
Preview
Loading…
Cancel
Save