diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-27 10:27:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-27 10:27:57 +0000 |
commit | 202ef8b8196a107df242b29ebee8cbbd72549057 (patch) | |
tree | 5f6ac42c30e27ed2a3307c6c79f7f3c159267ec9 /libavcodec/avcodec.h | |
parent | 0c2dd16eb65bb0ade97346aabecc4762f6bcac31 (diff) | |
download | ffmpeg-202ef8b8196a107df242b29ebee8cbbd72549057.tar.gz |
ff_get_fourcc() & XVIX support
Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 0d2c342550..6c33a304fe 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -680,7 +680,7 @@ typedef struct AVCodecContext { * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A') * this is used to workaround some encoder bugs * encoding: unused - * decoding: set by user + * decoding: set by user, will be converted to upper case by lavc during init */ int fourcc; |