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.

Regards.
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to