mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
cosmetics: update comment about dithering
Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1d8370aad9
commit
ea364c74a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue