# HG changeset patch # User michael # Date 1084475319 0 # Node ID 62f5652f03c4201a5342efa0270fdb37b108a51b # Parent 779dbab120d5084bf7e052076452b4788807da1a mention avcodec_align_dimensions() diff -r 779dbab120d5 -r 62f5652f03c4 avcodec.h --- a/avcodec.h Wed May 12 21:34:38 2004 +0000 +++ b/avcodec.h Thu May 13 19:08:39 2004 +0000 @@ -897,7 +897,8 @@ /** * 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 */