/*******************************************************************
                         Registry Interface
 *******************************************************************/
#ifndef REGISTRY_H
#define REGISTRY_H

#include "picture.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifndef REGISTRY_C
extern int get_color_conversion_type();
extern int get_simd_mode();
extern int get_field_mode();
extern int get_resize_mode();
extern void select_idct_function(DECODE_PICTURE_PARAMETER *p);
#endif /* REGISTRY_C */

#ifdef __cplusplus
}
#endif
	
#endif /* REGISTRY_H */
