]> git.pld-linux.org Git - packages/transcode.git/blob - transcode-1.1.7-ffmpeg-0.10.patch
- release 3 (by relup.sh)
[packages/transcode.git] / transcode-1.1.7-ffmpeg-0.10.patch
1 http://bugs.gentoo.org/401287
2
3 --- filter/filter_pp.c
4 +++ filter/filter_pp.c
5 @@ -38,8 +38,8 @@
6  
7  /* FIXME: these use the filter ID as an index--the ID can grow
8   * arbitrarily large, so this needs to be fixed */
9 -static pp_mode_t *mode[100];
10 -static pp_context_t *context[100];
11 +static pp_mode *mode[100];
12 +static pp_context *context[100];
13  static int width[100], height[100];
14  static int pre[100];
15  
This page took 0.025907 seconds and 3 git commands to generate.