/*******************************************************************
             DCT coefficient table 'B-15' interface
 *******************************************************************/
#ifndef B15_H
#define B15_H

#include "dct_coefficient.h"

#ifdef __cplusplus
extern "C" {
#endif

#ifndef B15_C
extern int read_dct_coefficient_b15(VIDEO_STREAM *in, int *run, int *level);
#endif

#ifdef __cplusplus
}
#endif

#endif