[FFmpeg-devel] [PATCH] lavfi: add kerndeint filter

Clément Bœsch ubitux at gmail.com
Fri Jan 4 03:51:40 CET 2013


On Fri, Jan 04, 2013 at 03:47:32AM +0100, Clément Bœsch wrote:
[...]
> > +                        if (inlink->format == AV_PIX_FMT_RGBA) {
> > +                            AV_WN32(dstp + g, 0xffffffff);
> > +                            x = g + 3;
> > +                        } else if (inlink->format == AV_PIX_FMT_YUYV422) {
> 
> This one is not in query_format.
> 

Oups misread, it is. Just missing the AV_ prefix there.

[...]

-- 
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/20130104/fc36309a/attachment.asc>


More information about the ffmpeg-devel mailing list