Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-03-26 18:25:10 +0300
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-04-06 21:30:42 +0400
commit1265395b5b1a6cde6549dabbb3820d343642f809 (patch)
tree583f082ed58cc77f88cd9aca790b2784abb37a35 /libavformat/version.h
parentd6c858658f2cd5cabbfecc008503c30951256fdd (diff)
Add PlayStation Portable PMP format demuxer
Not yet complete, for demuxing AAC the AAC header must be generated manually. Possibly the decoder could accept the header as extradata to simplify this.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 84b6c112f0..4c31bc2ae1 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -24,7 +24,7 @@
#include "libavutil/avutil.h"
#define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 105
+#define LIBAVFORMAT_VERSION_MINOR 106
#define LIBAVFORMAT_VERSION_MICRO 0
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \