2011/2/17 Gilles Maire <gilles75...@gmail.com>

> >
> >
> >
> >
> > You spotted the problem.
> > Using sws_getContext() works like a charm, i obtain the image in the end.
> >
> > But as sws_getContext() is marked as deprecated , is it not better using
> > sws_alloc_context() ?
> > Do you know what i am doing wrong ?
> >
> >
> Great !
>
>  Try to put NULL NULL values and not 1  1 in your implementation
> of  av_set_int(img_convert_ctx, "src_range", 1);
>
>
> I use the deprecated because I read one month ago, that the new method had
> problems.
>
> Since I use Libavc my wife believe I am a sorcerer
>
> Are you french to use accentued keyboard ?
>
> Cheers
>
>
> Gilles Maire
>
>
Filling src_range and dst_range with NULL didn't make the trick.

And, by the way, yes i am french, so you are ?

Jérémie Klein
_______________________________________________
libav-user mailing list
libav-user@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to