diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-14 01:13:20 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-01-14 01:13:20 +0100 |
commit | 3fe4540b0856438706553a511b43a8389dc07acb (patch) | |
tree | 15105674b8f4119db31c22f1aef465e0ca538acf /libavcodec/version.h | |
parent | c714cd3bd4af70e0cba1db399ca420b1f51a773d (diff) | |
download | ffmpeg-3fe4540b0856438706553a511b43a8389dc07acb.tar.gz |
Support 64bit pam encoding.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index d9267fee6c..6bde95c033 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -22,7 +22,7 @@ #define LIBAVCODEC_VERSION_MAJOR 53 #define LIBAVCODEC_VERSION_MINOR 55 -#define LIBAVCODEC_VERSION_MICRO 102 +#define LIBAVCODEC_VERSION_MICRO 103 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |