aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-02-10 01:24:32 +0000
committerMåns Rullgård <mans@mansr.com>2006-02-10 01:24:32 +0000
commita283db3962c07f9dfab87dc7553b61cbc4e6efb8 (patch)
treec8f8bb31ac944f65e3c141d77140c1e95387bf2f /libavformat/avformat.h
parent100a74222b8f26a63f03ddb74f3ae31dcfb62b37 (diff)
downloadffmpeg-a283db3962c07f9dfab87dc7553b61cbc4e6efb8.tar.gz
generate adts frame headers if required
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 573fe8944c..c2e9012430 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -5,8 +5,8 @@
extern "C" {
#endif
-#define LIBAVFORMAT_VERSION_INT ((50<<16)+(2<<8)+0)
-#define LIBAVFORMAT_VERSION 50.2.0
+#define LIBAVFORMAT_VERSION_INT ((50<<16)+(2<<8)+1)
+#define LIBAVFORMAT_VERSION 50.2.1
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
@@ -555,6 +555,9 @@ int ff_aiff_init(void);
/* voc.c */
int voc_init(void);
+/* adts.c */
+int ff_adts_init(void);
+
#include "rtp.h"
#include "rtsp.h"