mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 04:47:37 +08:00
cosmetics: update comment about dithering
Originally committed as revision 15051 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -598,7 +598,7 @@ static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
|
|||||||
while(++end < 256);
|
while(++end < 256);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if any channel doesn't use dithering, zero appropriate coefficients */
|
/* zero the dithered coefficients for appropriate channels */
|
||||||
remove_dithering(s);
|
remove_dithering(s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user