comparison avcodec.h @ 7786:0251b288a4a0 libavcodec

Clarify sample_aspect_ratio.
author michael
date Wed, 03 Sep 2008 17:43:00 +0000
parents e5f7a43f63ae
children 4525dcd81357
comparison
equal deleted inserted replaced
7785:a969253a82ff 7786:0251b288a4a0
1446 #define FF_PRED_PLANE 1 1446 #define FF_PRED_PLANE 1
1447 #define FF_PRED_MEDIAN 2 1447 #define FF_PRED_MEDIAN 2
1448 1448
1449 /** 1449 /**
1450 * sample aspect ratio (0 if unknown) 1450 * sample aspect ratio (0 if unknown)
1451 * That is the width of a pixel divided by the height of the pixel.
1451 * Numerator and denominator must be relatively prime and smaller than 256 for some video standards. 1452 * Numerator and denominator must be relatively prime and smaller than 256 for some video standards.
1452 * - encoding: Set by user. 1453 * - encoding: Set by user.
1453 * - decoding: Set by libavcodec. 1454 * - decoding: Set by libavcodec.
1454 */ 1455 */
1455 AVRational sample_aspect_ratio; 1456 AVRational sample_aspect_ratio;