[FFmpeg-devel] [PATCH] silence warning about deprecated option syntax for scale filter
Clément Bœsch
ubitux at gmail.com
Fri Apr 12 12:02:20 CEST 2013
On Fri, Apr 12, 2013 at 09:56:19AM +0000, Paul B Mahol wrote:
[...]
> > I think ctx->scale_sws_opts can contain "flags="
>
> Proof?
>
not sure that's a proof, but ffplay for instance has this:
snprintf(sws_flags_str, sizeof(sws_flags_str), "flags=%"PRId64, sws_flags);
graph->scale_sws_opts = av_strdup(sws_flags_str);
i didn't check deeper
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130412/1a4304b1/attachment.asc>
More information about the ffmpeg-devel
mailing list