projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f016159
)
Document aspect_to_info().
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 7 Jan 2010 04:01:19 +0000
(
04:01
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 7 Jan 2010 04:01:19 +0000
(
04:01
+0000)
Originally committed as revision 21049 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263.c
patch
|
blob
|
history
diff --git
a/libavcodec/h263.c
b/libavcodec/h263.c
index
6ff0e90
..
47e2897
100644
(file)
--- a/
libavcodec/h263.c
+++ b/
libavcodec/h263.c
@@
-151,6
+151,11
@@
static void show_pict_info(MpegEncContext *s){
#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;