On Wed, Nov 28, 2012 at 09:23:57PM +0100, Anton Khirnov wrote: > --- a/avplay.c > +++ b/avplay.c > @@ -84,7 +84,7 @@ const int program_birth_year = 2003; > > -static int sws_flags = SWS_BICUBIC; > +static int64_t sws_flags = SWS_BICUBIC;
You need to also update the printf conversion specifier on line 1518 to avoid a warning. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
