mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 22:47:14 +08:00
e46c7bdb0d
- other rebuilds might be needed
15 lines
565 B
Diff
15 lines
565 B
Diff
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];
|
|
|