Re: [FFmpeg-devel] [PATCH] vf_idet frame metadata

2014-10-19 Thread Michael Niedermayer
On Sun, Oct 19, 2014 at 04:33:59AM -0700, Kevin Mitchell wrote: > The attached patch adds the cumulative tff / bff / progressive / > undetermined counts to the AVFrame metadata. The use case is to decide > which deinterlacing filter to insert in an mpv lua script. > vf_idet.c |6 ++ > 1 f

[FFmpeg-devel] [PATCH] vf_idet frame metadata

2014-10-19 Thread Kevin Mitchell
The attached patch adds the cumulative tff / bff / progressive / undetermined counts to the AVFrame metadata. The use case is to decide which deinterlacing filter to insert in an mpv lua script. From a06cf8a453139964bc7dd7c27612692a3f660b0d Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun,