]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-img_convert_symbol.patch
- updated to 2007-03-12
[packages/ffmpeg.git] / ffmpeg-img_convert_symbol.patch
1 --- ffmpeg-export-2006-12-04/libavcodec/imgconvert.c.orig       2006-12-21 17:28:49.000000000 +0000
2 +++ ffmpeg-export-2006-12-04/libavcodec/imgconvert.c    2006-12-21 17:30:07.000000000 +0000
3 @@ -2299,7 +2299,6 @@
4      return 0;
5  }
6  
7 -#ifndef CONFIG_SWSCALER
8  /* XXX: always use linesize. Return -1 if not supported */
9  int img_convert(AVPicture *dst, int dst_pix_fmt,
10                  const AVPicture *src, int src_pix_fmt,
11 @@ -2541,7 +2540,6 @@
12      avpicture_free(tmp);
13      return ret;
14  }
15 -#endif
16  
17  /* NOTE: we scan all the pixels to have an exact information */
18  static int get_alpha_info_pal8(const AVPicture *src, int width, int height)
This page took 0.028236 seconds and 3 git commands to generate.