diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2008-07-09 22:43:08 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2008-07-09 22:43:08 +0000 |
commit | e40b183d3aa392eb10edf0638f7337dfb5265be9 (patch) | |
tree | 076d9764efa313d303ee481e31bccafa3032a741 /libswscale/swscale_internal.h | |
parent | 7ac884c5914cfc426f9963ff0e02d81574a09140 (diff) | |
download | ffmpeg-e40b183d3aa392eb10edf0638f7337dfb5265be9.tar.gz |
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 45cf738973..e904205475 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -278,4 +278,6 @@ static inline int fmt_depth(int fmt) 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 */ |