On Sun, May 04, 2008 at 03:58:01PM +0200, Keiji Costantini wrote:
> Michael Niedermayer ha scritto:
>> Id prefer this to be a .c file instead of .h
>> [...]
> tried.
[...]
> - { "bfin", "Blackfin SIMD acceleration", 0, FF_OPT_TYPE_CONST,
> SWS_CPU_CAPS_BFIN, INT_MIN, INT_MAX, VE, "sws_flags" },
> - { "full_chroma_int", "full chroma interpolation", 0 , FF_OPT_TYPE_CONST,
> SWS_FULL_CHR_H_INT, INT_MIN, INT_MAX, VE, "sws_flags" },
> - { "full_chroma_inp", "full chroma input", 0 , FF_OPT_TYPE_CONST,
> SWS_FULL_CHR_H_INP, INT_MIN, INT_MAX, VE, "sws_flags" },
> - { NULL }
> -};
> -
> -#undef VE
> -#undef DEFAULT
> -
> -static const AVClass sws_context_class = { "SWScaler", sws_context_to_name,
> options };> +extern const AVClass sws_context_class; This could as well be in swscale_internal.h so swscale_avoption.h would not be needed at all [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB While the State exists there can be no freedom; when there is freedom there will be no State. -- Vladimir Lenin
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
