Re: [FFmpeg-devel] [PATCH] af_hdcd: Add counter for cdt expirations

2016-07-27 Thread Michael Niedermayer
On Sun, Jul 24, 2016 at 11:15:22AM -0500, Burt P wrote: > Adds a counter for when the "code detect timer" expired without > finding a valid packet. > > Signed-off-by: Burt P > --- > libavfilter/af_hdcd.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-) applied thx [...

[FFmpeg-devel] [PATCH] af_hdcd: Add counter for cdt expirations

2016-07-24 Thread Burt P
Adds a counter for when the "code detect timer" expired without finding a valid packet. Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index 72560db..f265ed9 100644