Browse Source

Document aspect_to_info().

Originally committed as revision 21049 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer 16 years ago
parent
commit
f867378771
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavcodec/h263.c

+ 5
- 0
libavcodec/h263.c View File

@@ -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;



Loading…
Cancel
Save