mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-30 22:05:20 +00:00
Fix typo in asf_cuntions.c. It looks like a typo from the surrounding
code.
This commit is contained in:
parent
2e09541c84
commit
3f679d72cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user