# HG changeset patch # User michael # Date 1220463780 0 # Node ID 0251b288a4a0cc740eee12f57c36a22b33ab04cc # Parent a969253a82ff946cec8777e122b3d9d40c965a78 Clarify sample_aspect_ratio. diff -r a969253a82ff -r 0251b288a4a0 avcodec.h --- 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.