Kyle Post / BaseJpegDecode

Dependents:   Color_Targeting_Catapult

Fork of BaseJpegDecode by Norimasa Okamoto

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bjd_config.h Source File

bjd_config.h

00001 #ifndef BJE_CONFIG_H
00002 #define BJE_CONFIG_H
00003 
00004 #define JPEG_MCU_YBLOCK 2
00005         
00006 #define JPEG_USE_HUFFMAN_TABLE
00007 #define JPEG_USE_REPORT_CODE
00008 
00009 #endif // BJE_CONFIG_H