diff avformat.h @ 948:1e766711e6c8 libavformat

tta demuxer, also usable for moving tta audio data into an other container
author alex
date Sun, 12 Feb 2006 02:18:37 +0000
parents 61959072be81
children 3a64595e57be
line wrap: on
line diff
--- a/avformat.h	Sat Feb 11 21:43:21 2006 +0000
+++ b/avformat.h	Sun Feb 12 02:18:37 2006 +0000
@@ -555,6 +555,9 @@
 /* voc.c */
 int voc_init(void);
 
+/* tta.c */
+int tta_init(void);
+
 /* adts.c */
 int ff_adts_init(void);