diff 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
line wrap: on
line diff
--- a/libswscale/swscale_internal.h	Wed Jul 09 18:24:48 2008 +0000
+++ b/libswscale/swscale_internal.h	Wed Jul 09 22:43:08 2008 +0000
@@ -278,4 +278,6 @@
 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]);
 extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]);
 
+extern const AVClass sws_context_class;
+
 #endif /* FFMPEG_SWSCALE_INTERNAL_H */