transcode-1.1.7-ffmpeg-0.10.patch 402 B

12345678910111213141516
  1. http://bugs.gentoo.org/401287
  2. --- filter/filter_pp.c
  3. +++ filter/filter_pp.c
  4. @@ -38,8 +38,8 @@
  5. /* FIXME: these use the filter ID as an index--the ID can grow
  6. * arbitrarily large, so this needs to be fixed */
  7. -static pp_mode_t *mode[100];
  8. -static pp_context_t *context[100];
  9. +static pp_mode *mode[100];
  10. +static pp_context *context[100];
  11. static int width[100], height[100];
  12. static int pre[100];