diff options
author | Michael Tison <blackspike@gmail.com> | 2009-12-17 17:25:31 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2009-12-17 17:25:31 +0000 |
commit | a3d995c1eb98e38186bf9ed677809c442a7dab35 (patch) | |
tree | 51b3b6facfc2c95a6b80e5feea5d8d9abcde9b36 /libavformat/avformat.h | |
parent | 8993535cbbbcd7561164260d547ad51484397785 (diff) | |
download | ffmpeg-a3d995c1eb98e38186bf9ed677809c442a7dab35.tar.gz |
CD+G demuxer and decoder
Patch by Michael Tison (gmail address: blackspike@....)
Originally committed as revision 20890 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4cc2fa68c1..8e8ab91b2d 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 43 +#define LIBAVFORMAT_VERSION_MINOR 44 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |