[arch-commits] Commit in transcode/trunk (ffmpeg-0.10.patch)

Ionut Biru ibiru at archlinux.org
Fri Jan 27 19:59:49 UTC 2012


    Date: Friday, January 27, 2012 @ 14:59:48
  Author: ibiru
Revision: 147745

ffmpeg rebuild

Added:
  transcode/trunk/ffmpeg-0.10.patch

-------------------+
 ffmpeg-0.10.patch |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

Added: ffmpeg-0.10.patch
===================================================================
--- ffmpeg-0.10.patch	                        (rev 0)
+++ ffmpeg-0.10.patch	2012-01-27 19:59:48 UTC (rev 147745)
@@ -0,0 +1,14 @@
+diff -Nur transcode-1.1.7.orig/filter/filter_pp.c transcode-1.1.7/filter/filter_pp.c
+--- transcode-1.1.7.orig/filter/filter_pp.c	2012-01-27 19:55:13.706613234 +0000
++++ transcode-1.1.7/filter/filter_pp.c	2012-01-27 19:56:04.719541629 +0000
+@@ -38,8 +38,8 @@
+ 
+ /* FIXME: these use the filter ID as an index--the ID can grow
+  * arbitrarily large, so this needs to be fixed */
+-static pp_mode_t *mode[100];
+-static pp_context_t *context[100];
++static pp_mode *mode[100];
++static pp_context *context[100];
+ static int width[100], height[100];
+ static int pre[100];
+ 




More information about the arch-commits mailing list