diff avcodec.h @ 7786:0251b288a4a0 libavcodec

Clarify sample_aspect_ratio.
author michael
date Wed, 03 Sep 2008 17:43:00 +0000
parents e5f7a43f63ae
children 4525dcd81357
line wrap: on
line diff
--- a/avcodec.h	Wed Sep 03 13:31:33 2008 +0000
+++ b/avcodec.h	Wed Sep 03 17:43:00 2008 +0000
@@ -1448,6 +1448,7 @@
 
     /**
      * 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.