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