[FFmpeg-soc] [soc]: r5424 - jpeg2000/j2kdec.c
jai_menon
subversion at mplayerhq.hu
Sat Oct 24 08:21:32 CEST 2009
Author: jai_menon
Date: Sat Oct 24 08:21:31 2009
New Revision: 5424
Log:
cosmetics : fix typo
Modified:
jpeg2000/j2kdec.c
Modified: jpeg2000/j2kdec.c
==============================================================================
--- jpeg2000/j2kdec.c Fri Oct 23 00:41:03 2009 (r5423)
+++ jpeg2000/j2kdec.c Sat Oct 24 08:21:31 2009 (r5424)
@@ -402,7 +402,7 @@ static int get_qcd(J2kDecoderContext *s,
return 0;
}
-/** get quantization paramteres for a component in the whole image on in a particular tile */
+/** get quantization parameters for a component in the whole image on in a particular tile */
static int get_qcc(J2kDecoderContext *s, int n, J2kQuantStyle *q, uint8_t *properties)
{
int compno;
More information about the FFmpeg-soc
mailing list