comparison libswscale/swscale_internal.h @ 27212:18fc658de355

Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
author lu_zero
date Wed, 09 Jul 2008 22:43:08 +0000
parents 65b8334df960
children 239a049163eb
comparison
equal deleted inserted replaced
27211:580ddfaa46d4 27212:18fc658de355
276 } 276 }
277 277
278 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]); 278 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]);
279 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]); 279 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]);
280 280
281 extern const AVClass sws_context_class;
282
281 #endif /* FFMPEG_SWSCALE_INTERNAL_H */ 283 #endif /* FFMPEG_SWSCALE_INTERNAL_H */