summaryrefslogtreecommitdiff
path: root/transcode/transcode-1.1.7-ffmpeg-0.10.patch
blob: ea737c8b09842dba50bd9a1b405e7da921e87dd3 (plain)
    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  

Generated by cgit