linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] mediastreamer2 video decoding


From: Simon Morlat
Subject: Re: [Linphone-developers] mediastreamer2 video decoding
Date: Fri, 30 Nov 2007 11:03:04 +0100
User-agent: KMail/1.9.7

Hello Vadim,


> Am i right to think that call to swsScale could be scrapped out
> in case when (ctx->(width,height) == s->outbuf.(w,h)  &&
> s->output_pix_fmt == ctx->fmt)

Yes, actually I expect sws_scale to do copy in that case. That's why I didn't 
copy it manually.
Furthermore I think img_copy() is deprecated too.
My understanding is that sws_scale() replaces all old img_convert, 
img_resample, img_copy functions.

Salutations,

Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]