Successfully encoded an mp3 with test_encode.
This commit is contained in:
14
src/encode.h
Normal file
14
src/encode.h
Normal 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
|
||||
Reference in New Issue
Block a user