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

Moritz Barsnick barsnick at gmx.net
Sun Jul 24 15:23:40 EEST 2016


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 (cdt_active && state->sustain == 0) state->count_sustain_expired++;

I think, according to ffmpeg style, you're supposed to put the
instructions on a separate line.

Moritz


More information about the ffmpeg-devel mailing list