From 00d5e274fc250fd6fcc656bd60a2ee7bc40793b4 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 16 Mar 2012 15:46:26 +0900 Subject: [PATCH] [trivial] change date --- sample/quantize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/quantize.cpp b/sample/quantize.cpp index 8fafb55..df37f40 100644 --- a/sample/quantize.cpp +++ b/sample/quantize.cpp @@ -1,6 +1,6 @@ /* @author herumi - @date $Date: 2011/06/02 02:43:26 $ + @date $Date: 2012/03/15 01:51:56 $ JPEG quantize sample This program generates a quantization routine by using fast division algorithm in run-time.