Fix typo in asf_cuntions.c. It looks like a typo from the surrounding

code.
This commit is contained in:
Danila Fedorin 2016-12-03 21:24:45 -08:00
parent 2e09541c84
commit 3f679d72cf

View File

@ -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;