comparison libswscale/swscale_internal.h @ 26028:afd429e00184

Discard two symbols from libswscale.
author cehoyos
date Fri, 22 Feb 2008 08:08:19 +0000
parents 0926055fe5b8
children 94cc4bac8cd0
comparison
equal deleted inserted replaced
26027:21ffd4958ab5 26028:afd429e00184
270 default: 270 default:
271 return 0; 271 return 0;
272 } 272 }
273 } 273 }
274 274
275 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]);
276 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]);
277
275 #endif /* FFMPEG_SWSCALE_INTERNAL_H */ 278 #endif /* FFMPEG_SWSCALE_INTERNAL_H */