about summary refs log tree commit diff
path: root/converter/ppm/ppmtompeg/mquant.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtompeg/mquant.c')
-rw-r--r--converter/ppm/ppmtompeg/mquant.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/converter/ppm/ppmtompeg/mquant.c b/converter/ppm/ppmtompeg/mquant.c
index 99b1cb8e..0251a142 100644
--- a/converter/ppm/ppmtompeg/mquant.c
+++ b/converter/ppm/ppmtompeg/mquant.c
@@ -42,3 +42,6 @@ void mp_quant_block(Block in, Block out) {
         out[i][7] = in[i][7] / qtable[i][7];
     }
 }
+
+
+