From 3f679d72cf8ca30ef48d4335ca6d2212016968f7 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sat, 3 Dec 2016 21:24:45 -0800 Subject: [PATCH] Fix typo in asf_cuntions.c. It looks like a typo from the surrounding code. --- src/lib_ccx/asf_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_ccx/asf_functions.c b/src/lib_ccx/asf_functions.c index 85961201..7f4fed88 100644 --- a/src/lib_ccx/asf_functions.c +++ b/src/lib_ccx/asf_functions.c @@ -422,7 +422,7 @@ int asf_getmoredata(struct lib_ccx_ctx *ctx, struct demuxer_data **ppdata) } else if( !memcmp(curpos,ASF_EXTENDED_CONTENT_DESCRIPTION, 16 ) ) { - dbg_print(CCX_DMT_PARSE, "\nExtended Contend Description Object (size: %lld)\n", hpobjectsize); + dbg_print(CCX_DMT_PARSE, "\nExtended Content Description Object (size: %lld)\n", hpobjectsize); int ContentDescriptorsCount = *((uint16_t*)(curpos+24)); unsigned char *econtentpos=curpos+26;