Mercurial > libavcodec.hg
changeset 10786:db269539f68f libavcodec
Document aspect_to_info().
author | michael |
---|---|
date | Thu, 07 Jan 2010 04:01:19 +0000 |
parents | bb3abb64e395 |
children | 3f8e40fe25c2 |
files | h263.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.c Thu Jan 07 03:58:12 2010 +0000 +++ b/h263.c Thu Jan 07 04:01:19 2010 +0000 @@ -151,6 +151,11 @@ #if CONFIG_ENCODERS +/** + * Returns the 4 bit value that specifies the given aspect ratio. + * This may be one of the standard aspect ratios or it specifies + * that the aspect will be stored explicitly later. + */ static av_const int aspect_to_info(AVRational aspect){ int i;