[Ffmpeg-devel] [PATCH] AVOptions description sync

Panagiotis Issaris takis.issaris
Mon Sep 11 15:39:14 CEST 2006


Hi,

The attached patch adds descriptions to the libavcodec AVOptions array, taken from the 
OptionDef options[] array.

 utils.c |   78 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

A few descriptions had to be altered, such the video bitrate, as the AVOption parameter
wants the value specified to be the actual _bits_ per second, while the OptionDef parameter
takes Kbits/s. To keep this patch from doing more then one thing, I did not address (or
even tried to address) this issue. But at least the patch does not modify any behavior,
except for showing more (and correct) info.

With friendly regards,
Takis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pi-20060911T152925-ffmpeg-avoptions_descriptions.diff
Type: text/x-diff
Size: 16941 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060911/fe85f071/attachment.diff>



More information about the ffmpeg-devel mailing list