Successfully encoded an mp3 with test_encode.

This commit is contained in:
2010-11-07 01:48:01 +01:00
parent 629311bb96
commit 3b5e792499
15 changed files with 550 additions and 26 deletions

14
src/encode.h Normal file
View File

@@ -0,0 +1,14 @@
/*
Copyright (c) 2010 Matthias Blankertz <matthias@blankertz.org>
This work is licensed under the Open Software License ("OSL") v. 3.0.
*/
#ifndef TCFS_ENCODE_H
#define TCFS_ENCODE_H 1
struct encode_ctx;
struct encode_ctx *encode_open(const char *tfmt);
#endif