You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/lib/cchain.h

12 lines
222 B

#ifndef _CCHAIN_H_
#define _CCHAIN_H_
#include "codeclib.h"
void cc_init(void);
void cc_cleanup(void);
AVPacket *codec_cc_input_data(codec_cc_t *c, const str *data, unsigned long ts, void *x, void *y, void *z);
#endif