7 lines
125 B
C
Executable File
7 lines
125 B
C
Executable File
#ifndef shine_BITSTREAM_H
|
|
#define shine_BITSTREAM_H
|
|
|
|
void shine_format_bitstream(shine_global_config *config);
|
|
|
|
#endif
|