diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2002-09-13 19:31:32 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2002-09-13 19:31:32 +0000 |
commit | 050fe8bab5e772f04e271c069e9d85c17f08e94f (patch) | |
tree | b0cc253bd6f0694f8f1a925db1151b8cfe0d2ab7 /libavcodec/avcodec.h | |
parent | 60286c8a374aa20073a0c99810576df323c7af9e (diff) | |
download | ffmpeg-050fe8bab5e772f04e271c069e9d85c17f08e94f.tar.gz |
aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars)
Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 18973c6372..acedebaf34 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -5,8 +5,8 @@ #define LIBAVCODEC_VERSION_INT 0x000406 #define LIBAVCODEC_VERSION "0.4.6" -#define LIBAVCODEC_BUILD 4622 -#define LIBAVCODEC_BUILD_STR "4622" +#define LIBAVCODEC_BUILD 4623 +#define LIBAVCODEC_BUILD_STR "4623" enum CodecID { CODEC_ID_NONE, |