Hi,

On Wed, Feb 15, 2012 at 4:58 AM, Martin Storsjö <[email protected]> wrote:
> ---
>  libavcodec/dct-test.c      |    2 +-
>  libavcodec/dsputil.c       |    4 ++--
>  libavcodec/dsputil.h       |    4 ++--
>  libavcodec/jfdctfst.c      |    4 ++--
>  libavcodec/mpegvideo_enc.c |    6 +++---
>  5 files changed, 10 insertions(+), 10 deletions(-)

This is OK - but there's still an issue after this, where the
application (dct-test) accesses internal symbols that may not be
visible to it (ff_*):

> --- a/libavcodec/dct-test.c
> +++ b/libavcodec/dct-test.c
> @@ -87,7 +87,7 @@ static int cpu_flags;
>  static const struct algo fdct_tab[] = {
>     { "REF-DBL",        ff_ref_fdct,           NO_PERM    },
>     { "FAAN",           ff_faandct,            FAAN_SCALE },
> -    { "IJG-AAN-INT",    fdct_ifast,            SCALE_PERM },
> +    { "IJG-AAN-INT",    ff_fdct_ifast,         SCALE_PERM },
>     { "IJG-LLM-INT",    ff_jpeg_fdct_islow_8,  NO_PERM    },

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to