[FFmpeg-cvslog] r15180 - trunk/libavcodec/avcodec.h

michael subversion
Wed Sep 3 19:43:01 CEST 2008


Author: michael
Date: Wed Sep  3 19:43:00 2008
New Revision: 15180

Log:
Clarify sample_aspect_ratio.


Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	(original)
+++ trunk/libavcodec/avcodec.h	Wed Sep  3 19:43:00 2008
@@ -1448,6 +1448,7 @@ typedef struct AVCodecContext {
 
     /**
      * sample aspect ratio (0 if unknown)
+     * That is the width of a pixel divided by the height of the pixel.
      * Numerator and denominator must be relatively prime and smaller than 256 for some video standards.
      * - encoding: Set by user.
      * - decoding: Set by libavcodec.




More information about the ffmpeg-cvslog mailing list