[FFmpeg-soc] [soc]: r5792 - libavfilter/vf_overlay.c

bcoudurier subversion at mplayerhq.hu
Tue May 11 20:41:13 CEST 2010


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


More information about the FFmpeg-soc mailing list