# HG changeset patch # User michael # Date 1262836879 0 # Node ID db269539f68ffbab6c68d48834a792af916bf698 # Parent bb3abb64e395b6a0e5b5e9860b31cf6c6b3ccc68 Document aspect_to_info(). diff -r bb3abb64e395 -r db269539f68f h263.c --- 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;