[FFmpeg-devel] [PATCH] lavfi: add dctdnoiz filter
Clément Bœsch
ubitux at gmail.com
Sat May 4 22:08:14 CEST 2013
On Sat, May 04, 2013 at 08:04:04PM +0000, Carl Eugen Hoyos wrote:
> Clément Bœsch <ubitux <at> gmail.com> writes:
>
> > + static const enum AVPixelFormat pix_fmts[] = {
> > + AV_PIX_FMT_BGR24, AV_PIX_FMT_RGB24,
> > + AV_PIX_FMT_NONE
>
> Can't it work with BGR0 and RGB0 ?
> (And RGBA?)
>
With some more code yes. But not making the filter even slower can be
tricky. Some changes are required at several levels.
--
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/20130504/c09dad94/attachment.asc>
More information about the ffmpeg-devel
mailing list