Re: [libav-devel] [PATCH 5/7] vf_hqdn3d: support 10bit colordepth

2012-07-26 Thread Ronald S. Bultje
Hi, On Thu, Jul 26, 2012 at 3:51 PM, Loren Merritt wrote: > --- > libavfilter/vf_hqdn3d.c | 68 +- > 1 files changed, 49 insertions(+), 19 deletions(-) Can you add 9bpp support also? Not that it's used much, but it'll use the exact same codepath, I

[libav-devel] [PATCH 5/7] vf_hqdn3d: support 10bit colordepth

2012-07-26 Thread Loren Merritt
--- libavfilter/vf_hqdn3d.c | 68 +- 1 files changed, 49 insertions(+), 19 deletions(-) diff --git a/libavfilter/vf_hqdn3d.c b/libavfilter/vf_hqdn3d.c index 46902fa..02f0cd1 100644 --- a/libavfilter/vf_hqdn3d.c +++ b/libavfilter/vf_hqdn3d.c @@ -27,6 +