diff options
Diffstat (limited to 'libavcodec/fdctref.c')
-rw-r--r-- | libavcodec/fdctref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fdctref.c b/libavcodec/fdctref.c index d728727ce6..0e76175cb8 100644 --- a/libavcodec/fdctref.c +++ b/libavcodec/fdctref.c @@ -141,7 +141,7 @@ short *block; tmp[8*i+j] = partial_product; } - /* Transpose operation is integrated into address mapping by switching + /* Transpose operation is integrated into address mapping by switching loop order of i and j */ for (j=0; j<8; j++) |