[FFmpeg-devel] [PATCH] lavfi/blackdetect: switch to new shiny ff_filter_frame() API
Clément Bœsch
ubitux at gmail.com
Sun Dec 2 02:43:47 CET 2012
On Sun, Dec 02, 2012 at 02:03:13AM +0100, Clément Bœsch wrote:
[...]
> > static const AVFilterPad blackdetect_inputs[] = {
> > @@ -202,10 +192,8 @@ static const AVFilterPad blackdetect_inputs[] = {
> > .name = "default",
> > .type = AVMEDIA_TYPE_VIDEO,
> > .config_props = config_input,
> > - .draw_slice = draw_slice,
> > .get_video_buffer = ff_null_get_video_buffer,
>
> I think you can get rid of this one while at it.
>
Mmh, I may be mistaken actually. I wonder why it's not the default when
NULL thought (and have ff_default_get_video_buffer only for sinks).
[...]
--
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/20121202/8b38f05e/attachment.asc>
More information about the ffmpeg-devel
mailing list