diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-03-09 16:07:19 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-03-09 16:07:19 +0000 |
commit | ce2749d2c462fe90f18f3817af65d81a08e4d0dd (patch) | |
tree | dab4d3ed31968c11648be47659c4096782061ee0 /libavcodec/avcodec.h | |
parent | 7b3da20487f1cc5df5c48e1e5f782c08f241d6b9 (diff) | |
download | ffmpeg-ce2749d2c462fe90f18f3817af65d81a08e4d0dd.tar.gz |
simplified
Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 29507e1ea8..0bae8dab4b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -18,6 +18,8 @@ extern "C" { #define LIBAVCODEC_BUILD 4661 #define LIBAVCODEC_BUILD_STR "4661" +#define LIBAVCODEC_IDENT "FFmpeg" LIBAVCODEC_VERSION "b" LIBAVCODEC_BUILD_STR + enum CodecID { CODEC_ID_NONE, CODEC_ID_MPEG1VIDEO, |