From 8e5af7a654f1d693c5b93d6500b74be7627ed219 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 3 Sep 2008 17:43:00 +0000 Subject: Clarify sample_aspect_ratio. Originally committed as revision 15180 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 4c4437615f..18bde8e328 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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. -- cgit v1.2.3