We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0632bff commit 61936acCopy full SHA for 61936ac
1 file changed
src/lib_ccx/avc_functions.c
@@ -23,7 +23,7 @@ void dinit_avc(struct avc_ctx **ctx)
23
struct avc_ctx *lctx = *ctx;
24
if (lctx->ccblocks_in_avc_lost > 0)
25
{
26
- mprint("Total caption blocks received: %d\n", lctx->ccblocks_in_avc_total);
+ mprint("Total caption blocks received: %d\n", lctx->ccblocks_in_avc_total);
27
mprint("Total caption blocks lost: %d\n", lctx->ccblocks_in_avc_lost);
28
}
29
freep(&lctx->cc_data);
0 commit comments