[FFmpeg-cvslog] avcodec: remove misleading comment

Luca Barbato git at videolan.org
Thu Sep 1 00:03:03 CEST 2011


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Mon Aug 29 22:47:06 2011 +0200| [dde372934a5cc1012a2dfe841b7b7db925805ca1] | committer: Luca Barbato

avcodec: remove misleading comment

coded_width is the width before lowres scaling,
coded_height is the height before lowres scaling.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dde372934a5cc1012a2dfe841b7b7db925805ca1
---

 libavcodec/avcodec.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b47d41e..3c7d781 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2278,8 +2278,7 @@ typedef struct AVCodecContext {
      int lowres;
 
     /**
-     * Bitstream width / height, may be different from width/height if lowres
-     * or other things are used.
+     * Bitstream width / height, may be different from width/height if lowres enabled.
      * - encoding: unused
      * - decoding: Set by user before init if known. Codec should override / dynamically change if needed.
      */



More information about the ffmpeg-cvslog mailing list