diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-05-13 19:08:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-13 19:08:39 +0000 |
commit | 2b5296d26bc5d71ede854ccfbc1ebc2a35a733ea (patch) | |
tree | 295bc0d16a092afe48f772b2b5b1947db8691410 | |
parent | 7f2ca68a8460b1e5ab0e53fa068296a779bd116c (diff) | |
download | ffmpeg-2b5296d26bc5d71ede854ccfbc1ebc2a35a733ea.tar.gz |
mention avcodec_align_dimensions()
Originally committed as revision 3136 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fe4aeb2c8b..f4605bec81 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -897,7 +897,8 @@ typedef struct AVCodecContext { /** * called at the beginning of each frame to get a buffer for it. * if pic.reference is set then the frame will be read later by lavc - * width and height should be rounded up to the next multiple of 16 + * avcodec_align_dimensions() should be used to find the required width and + * height, as they normally need to be rounded up to the next multiple of 16 * - encoding: unused * - decoding: set by lavc, user can override */ |