- Timestamp:
- 05/17/08 11:34:28 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/image/JPEGArithmeticConditioningTable.d
r48 r213 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2003 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 23 23 } 24 24 25 override publicint signature() {25 public override int signature() { 26 26 return JPEGFileFormat.DAC; 27 27 }
