Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/fdctref.c')
-rw-r--r--libavcodec/fdctref.c2
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++)