[FFmpeg-cvslog] r21049 - trunk/libavcodec/h263.c
michael
subversion
Thu Jan 7 05:01:19 CET 2010
Author: michael
Date: Thu Jan 7 05:01:19 2010
New Revision: 21049
Log:
Document aspect_to_info().
Modified:
trunk/libavcodec/h263.c
Modified: trunk/libavcodec/h263.c
==============================================================================
--- trunk/libavcodec/h263.c Thu Jan 7 04:58:12 2010 (r21048)
+++ trunk/libavcodec/h263.c Thu Jan 7 05:01:19 2010 (r21049)
@@ -151,6 +151,11 @@ static void show_pict_info(MpegEncContex
#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;
More information about the ffmpeg-cvslog
mailing list