diff options
author | Juanjo <pulento@users.sourceforge.net> | 2002-04-15 02:28:05 +0000 |
---|---|---|
committer | Juanjo <pulento@users.sourceforge.net> | 2002-04-15 02:28:05 +0000 |
commit | 4b1f4f236b1019e69396676f1eb455bbea0d8e17 (patch) | |
tree | aac32420abdbb0e34991150d71f2d86bac11bcae /libav/avformat.h | |
parent | 101bea5f2272dfcca084aeeb78ccb1c2e925b12b (diff) | |
download | ffmpeg-4b1f4f236b1019e69396676f1eb455bbea0d8e17.tar.gz |
- Versions defined for libav/libavcodec.
- Bug fix in wav muxer for MP2 audio.
- ffmpeg/libavcodec version in MPEG-4 user data.
Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avformat.h')
-rw-r--r-- | libav/avformat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h index c0d25f1607..0f04e71989 100644 --- a/libav/avformat.h +++ b/libav/avformat.h @@ -1,4 +1,8 @@ +#define LIBAV_VERSION_INT 0x000406 +#define LIBAV_VERSION "0.4.6" +#define LIBAV_BUILD 4600 + #include "avcodec.h" #include "avio.h" |