[FFmpeg-devel] [PATCH] sws flags for ffmpeg
Ivo
ivop
Wed May 23 12:40:40 CEST 2007
Hi,
On Tuesday 22 May 2007 22:51, Michael Niedermayer wrote:
> On Tue, May 22, 2007 at 04:38:33PM +0200, Ivo wrote:
[..about -sws_flags command line option for setting swscaler flags..]
> > Ok, I looked into it a little bit harder :) How about this?
>
> [...]
>
> > +int sws_getFlags(SwsContext *c) {
> > + return c->flags;
> > +}
>
> this function is unneeded, av_get_int() should be enough
I see. Fixed it. Makes the patch even simpler :)
> except that patch ok
I will update the docs/changelog today and apply it.
--Ivo
More information about the ffmpeg-devel
mailing list