[Ffmpeg-devel] [RFC, PATCH] import libswscale

Michael Niedermayer michaelni
Wed Mar 22 12:56:56 CET 2006


Hi

On Wed, Mar 22, 2006 at 11:13:14AM +0100, Luca Abeni wrote:
[...]
> > > -#define MSG_INFO(args...) mp_msg(MSGT_SWS,MSGL_INFO, ##args )
> > > +#define MSG_WARN(args...) av_log(NULL, AV_LOG_DEBUG, ##args )
> > > +#define MSG_FATAL(args...) av_log(NULL, AV_LOG_ERROR, ##args )
> > > +#define MSG_ERR(args...) av_log(NULL, AV_LOG_ERROR, ##args )
> > > +#define MSG_V(args...) av_log(NULL, AV_LOG_INFO, ##args )
> > > +#define MSG_DBG2(args...) av_log(NULL, AV_LOG_DEBUG, ##args )
> > > +#define MSG_INFO(args...) av_log(NULL, AV_LOG_INFO, ##args )
> > 
> > we also should change NULL to the sws context at some point in the future
> Ok, noted. This means that we should modify the sws context to include
> an AVClass as a first member, right?

yes

[...]
-- 
Michael





More information about the ffmpeg-devel mailing list