Mercurial > libavcodec.hg
changeset 7786:0251b288a4a0 libavcodec
Clarify sample_aspect_ratio.
author | michael |
---|---|
date | Wed, 03 Sep 2008 17:43:00 +0000 |
parents | a969253a82ff |
children | 681a05d9b04f |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.