[FFmpeg-cvslog] r21213 - in trunk: doc/general.texi libavformat/avformat.h
pross
subversion
Thu Jan 14 15:02:07 CET 2010
Author: pross
Date: Thu Jan 14 15:02:06 2010
New Revision: 21213
Log:
Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212)
Modified:
trunk/doc/general.texi
trunk/libavformat/avformat.h
Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi Thu Jan 14 13:55:44 2010 (r21212)
+++ trunk/doc/general.texi Thu Jan 14 15:02:06 2010 (r21213)
@@ -44,6 +44,7 @@ library:
@item 4xm @tab @tab X
@tab 4X Technologies format, used in some games.
@item 8088flex TMV @tab @tab X
+ at item Adobe Filmstrip @tab X @tab X
@item Audio IFF (AIFF) @tab X @tab X
@item American Laser Games MM @tab @tab X
@tab Multimedia format used in games like Mad Dog McCree.
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Thu Jan 14 13:55:44 2010 (r21212)
+++ trunk/libavformat/avformat.h Thu Jan 14 15:02:06 2010 (r21213)
@@ -22,7 +22,7 @@
#define AVFORMAT_AVFORMAT_H
#define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 46
+#define LIBAVFORMAT_VERSION_MINOR 47
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list