ref: 63273b39a638385fbf6a80fb7caca26b5f29bd43
parent: 2f1d7e087387f5c207e1a7a383c0e150b336f501
author: knik <knik>
date: Thu Jun 26 15:20:20 EDT 2003
faacEncConfiguration: added new field.
--- a/libfaac/frame.h
+++ b/libfaac/frame.h
@@ -16,7 +16,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: frame.h,v 1.18 2003/03/27 17:09:03 knik Exp $
+ * $Id: frame.h,v 1.19 2003/06/26 19:20:20 knik Exp $
*/
#ifndef FRAME_H
@@ -41,7 +41,7 @@
#endif
#endif
-#define FAAC_CFG_VERSION 100
+#define FAAC_CFG_VERSION 101
typedef struct {
psymodel_t *model;
@@ -55,6 +55,9 @@
/* library version */
char *name;
+
+ /* copyright string */
+ char *copyright;
/* MPEG version, 2 or 4 */
unsigned int mpegVersion;
--
⑨