diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2003-05-15 01:34:47 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2003-05-15 01:34:47 +0000 |
commit | 3db320ea0cef547027f859ac914d4f105a8dad5e (patch) | |
tree | f7bc347b933455e32389e1fd1d09ee7130cd50b7 /libavcodec/avcodec.h | |
parent | 94d44f455cc88da93b4fe8f41bd6f5a634ed4713 (diff) | |
download | ffmpeg-3db320ea0cef547027f859ac914d4f105a8dad5e.tar.gz |
Warning fixes.
Originally committed as revision 1884 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 e17cbe6e01..ef92e3cbbf 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -314,7 +314,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, * type of the buffer (to keep track of who has to dealloc data[*])\ * - encoding: set by the one who allocs it\ * - decoding: set by the one who allocs it\ - * Note: user allocated (direct rendering) & internal buffers can not coexist currently\ + * Note: user allocated (direct rendering) & internal buffers can not coexist currently\ */\ int type;\ \ |