summaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-08 19:50:31 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-01-11 08:56:24 -0500
commit82390f57d1714fdc952c15ba91511d93f2e59bfc (patch)
treeefad4f447a332c17c0fd4c5dd9dcf55e2b6c0ace /libavcodec/version.h
parentf1355dfcd6cf0a4d413d7b04c2c166b825d559ce (diff)
downloadffmpeg-streaming-82390f57d1714fdc952c15ba91511d93f2e59bfc.zip
ffmpeg-streaming-82390f57d1714fdc952c15ba91511d93f2e59bfc.tar.gz
avcodec: add GSM parser
The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 1317ef0..87838c0 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -21,8 +21,8 @@
#define AVCODEC_VERSION_H
#define LIBAVCODEC_VERSION_MAJOR 53
-#define LIBAVCODEC_VERSION_MINOR 32
-#define LIBAVCODEC_VERSION_MICRO 2
+#define LIBAVCODEC_VERSION_MINOR 33
+#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \
OpenPOWER on IntegriCloud