Audio transcoding works correctly. Added a bunch of cleanup functions

This commit is contained in:
Jaime Thomas
2008-06-04 01:12:34 +00:00
parent 064e3174c4
commit 6b44a0bdeb
11 changed files with 106 additions and 14 deletions

View File

@ -3,6 +3,7 @@
Ecdb_Project *ecdb_project_new(void);
int ecdb_project_init(Ecdb_Project *proj);
void ecdb_project_destroy(void);
int ecdb_shutdown(void *data, int type, void *event);
void ecdb_burn_init(void);
void ecdb_image_init(void);