Re: [FFmpeg-devel] [PATCH 3/4] af_hdcd: Add counter for cdt expirations
Nitpicking: > Adds a counter for when the code detect timer expired without ^ detects > +int count_sustain_expired;/* occurances of code detect timer > expiring without detecting a code */ ^ occurrences > +if
[FFmpeg-devel] [PATCH 3/4] af_hdcd: Add counter for cdt expirations
Adds a counter for when the code detect timer expired without finding a valid packet. Signed-off-by: Burt P --- libavfilter/af_hdcd.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/libavfilter/af_hdcd.c b/libavfilter/af_hdcd.c index 72560db..7c9494d 100644 --