Automatically split mp3 files created with mp3wrap into the original tracks. More...
#include <string.h>
#include "splt.h"
Go to the source code of this file.
Functions | |
void | splt_w_set_wrap_default_values (splt_state *state) |
void | splt_w_wrap_free (splt_state *state) |
int | splt_w_wrap_put_file (splt_state *state, int wrapfiles, int index, const char *filename) |
Automatically split mp3 files created with mp3wrap into the original tracks.
Definition in file wrap.c.
void splt_w_set_wrap_default_values | ( | splt_state * | state | ) |
Definition at line 43 of file wrap.c.
References splt_state::wrap, splt_wrap::wrap_files, and splt_wrap::wrap_files_num.
void splt_w_wrap_free | ( | splt_state * | state | ) |
Definition at line 99 of file wrap.c.
References splt_state::wrap, splt_wrap::wrap_files, and splt_wrap::wrap_files_num.
Referenced by splt_pl_dewrap().
int splt_w_wrap_put_file | ( | splt_state * | state, | |
int | wrapfiles, | |||
int | index, | |||
const char * | filename | |||
) |
Definition at line 51 of file wrap.c.
References splt_state::wrap, splt_wrap::wrap_files, and splt_wrap::wrap_files_num.