changeset 2022:62f5652f03c4 libavcodec

mention avcodec_align_dimensions()
author michael
date Thu, 13 May 2004 19:08:39 +0000
parents 779dbab120d5
children 50e92cec1b84
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
      */