Re: [FFmpeg-devel] [PATCH 1/4] af_hdcd: Improve HDCD detection

2016-07-27 Thread Michael Niedermayer
On Sat, Jul 23, 2016 at 09:26:48PM -0500, Burt P wrote: > HDCD is now only considered detected if a valid packet > is active in both channels simultaneously. > > Signed-off-by: Burt P > --- > libavfilter/af_hdcd.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) applied thanks

[FFmpeg-devel] [PATCH 1/4] af_hdcd: Improve HDCD detection

2016-07-23 Thread Burt P
HDCD is now only considered detected if a valid packet is active in both channels simultaneously. Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index 6f0db71..f68a105 10064