Commit 9d2b81d6 authored by michael's avatar michael

Clarify sample_aspect_ratio.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15180 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0cca6ab8
...@@ -1448,6 +1448,7 @@ typedef struct AVCodecContext { ...@@ -1448,6 +1448,7 @@ typedef struct AVCodecContext {
/** /**
* sample aspect ratio (0 if unknown) * 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. * Numerator and denominator must be relatively prime and smaller than 256 for some video standards.
* - encoding: Set by user. * - encoding: Set by user.
* - decoding: Set by libavcodec. * - decoding: Set by libavcodec.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment