mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 11:53:25 +00:00
Library - fix
Fix of includes
This commit is contained in:
parent
c52283676a
commit
0a15c2d16e
@ -1,8 +1,8 @@
|
||||
#ifndef _XDS_H
|
||||
#define _XDS_H
|
||||
|
||||
#include "ccx_encoders_common.h"
|
||||
#include "ccx_decoders_common.h"
|
||||
#include "ccx_encoders_common.h"
|
||||
|
||||
void process_xds_bytes(const unsigned char hi, int lo);
|
||||
void do_end_of_xds(struct cc_subtitle *sub, unsigned char expected_checksum);
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _CC_ENCODER_COMMON_H
|
||||
#define _CC_ENCODER_COMMON_H
|
||||
|
||||
#include "ccx_decoders_structs.h"
|
||||
#include "ccx_common_structs.h"
|
||||
#include "ccx_encoders_structs.h"
|
||||
|
||||
#define REQUEST_BUFFER_CAPACITY(ctx,length) if (length>ctx->capacity) \
|
||||
|
Loading…
Reference in New Issue
Block a user