[FFmpeg-soc] [soc]: r5792 - libavfilter/vf_overlay.c
Baptiste Coudurier
baptiste.coudurier at gmail.com
Wed May 12 00:00:11 CEST 2010
On 05/11/2010 02:55 PM, Stefano Sabatini wrote:
> On date Tuesday 2010-05-11 20:41:13 +0200, bcoudurier encoded:
>> Author: bcoudurier
>> Date: Tue May 11 20:41:12 2010
>> New Revision: 5792
>>
>> Log:
>> rename parameters name in vf_overlay
>>
>> Modified:
>> libavfilter/vf_overlay.c
>>
>> Modified: libavfilter/vf_overlay.c
>> ==============================================================================
>> --- libavfilter/vf_overlay.c Tue May 11 18:02:29 2010 (r5791)
>> +++ libavfilter/vf_overlay.c Tue May 11 20:41:12 2010 (r5792)
>> @@ -29,10 +29,10 @@
>> #include "libavutil/avstring.h"
>>
>> static const char *var_names[] = {
>> - "mainW", ///< width of the main video
>> - "mainH", ///< height of the main video
>> - "overlayW", ///< width of the overlay video
>> - "overlayH", ///< height of the overlay video
>> + "main_w", ///< width of the main video
>> + "main_h", ///< height of the main video
>> + "overlay_w", ///< width of the overlay video
>> + "overlay_h", ///< height of the overlay video
>> NULL
>> };
>
> Uhm please update docs.
Sorry, updated.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the FFmpeg-soc
mailing list