summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2003-09-05 14:41:53 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2003-09-05 14:41:53 +0000
commit8026c3b54c1de01e864848469e1853e9fa27a965 (patch)
tree29ab598eace243b80197d969262cc3a56524cf27 /libavformat/avformat.h
parentba9261e531e309631b51bea701d798e79f9c8751 (diff)
bump version numbers to 0.4.8
Originally committed as revision 2210 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 6ade72fee1..7eb68162a6 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -5,9 +5,12 @@
extern "C" {
#endif
-#define LIBAVFORMAT_VERSION_INT 0x000406
-#define LIBAVFORMAT_VERSION "0.4.6"
+#define LIBAVFORMAT_VERSION_INT 0x000408
+#define LIBAVFORMAT_VERSION "0.4.8"
#define LIBAVFORMAT_BUILD 4606
+#define LIBAVFORMAT_BUILD_STR "4606"
+
+#define LIBAVFORMAT_IDENT "FFmpeg" LIBAVFORMAT_VERSION "b" LIBAVFORMAT_BUILD_STR
#include "avcodec.h"