]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- adjust for 0.5
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 16 Jul 2009 10:35:27 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    imagewidth.patch -> 1.2

imagewidth.patch

index f7cf2ddcc4a010c5004a4cf7163c4dfea8392594..0c3ca978cb2a5f5f7e88345100b73811e21de1a4 100644 (file)
@@ -1,15 +1,15 @@
 http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-July/072472.html
 
---- vhook/imlib2.orig.c        2007-08-07 05:43:50.000000000 +0300
-+++ vhook/imlib2.c     2009-07-07 08:20:59.935830867 +0300
-@@ -84,12 +84,12 @@
+--- ffmpeg-0.5/vhook/imlib2.c~ 2009-07-16 13:32:19.000000000 +0300
++++ ffmpeg-0.5/vhook/imlib2.c  2009-07-16 13:34:17.095314527 +0300
+@@ -85,12 +85,12 @@
      AVEvalExpr *eval_r, *eval_g, *eval_b, *eval_a;
      char *expr_R, *expr_G, *expr_B, *expr_A;
      int eval_colors;
 -    double x, y;
 +    double x, y, X, Y;
      char *fileImage;
-     struct _CachedImage *cache;
+     struct CachedImage *cache;
      Imlib_Image imageOverlaid;
 -    AVEvalExpr *eval_x, *eval_y;
 -    char *expr_x, *expr_y;
This page took 0.033973 seconds and 4 git commands to generate.