| author | Ullrich Koethe <ullrich.koethe@iwr.uni-heidelberg.de> |
| Fri Jun 17 17:30:36 2011 +0200 (11 months ago) | |
| changeset 2829 | f5e29e0bdfe0 |
| parent 2828 | e54137017af7 |
| child 2830 | 3d4453910148 |
1.1 --- a/src/impex/jpeg.cxx Fri Jun 17 11:16:28 2011 +0200 1.2 +++ b/src/impex/jpeg.cxx Fri Jun 17 17:30:36 2011 +0200 1.3 @@ -468,7 +468,7 @@ 1.4 vigra_fail( "lossless encoding is not supported by your jpeg library." ); 1.5 if ( comp == "JPEG_ARITH" ) 1.6 #ifdef C_ARITH_CODING_SUPPORTED 1.7 - info.arith_code = TRUE; 1.8 + pimpl->info.arith_code = TRUE; 1.9 #else 1.10 vigra_fail( "arithmetic encoding is not supported by your jpeg library." ); 1.11 #endif