Audio transcoding works correctly. Added a bunch of cleanup functions
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define ECDB_IMAGE_H
|
||||
|
||||
Ecdb_Source *ecdb_source_new(void);
|
||||
void ecdb_source_destroy(Ecdb_Source *src);
|
||||
void ecdb_source_data_set(Ecdb_Source *src, const char *dst,
|
||||
unsigned char rec);
|
||||
void ecdb_source_child_append(Ecdb_Source *src, Ecdb_Source *child);
|
||||
|
Reference in New Issue
Block a user