GetLocationFromLociTagBox(formatContext, fp, &basic_header);
break;
}
- /* Check smta in user data field to be compatible with android */
+ /* Check smta in user data field (moov) to be compatible with android */
case FOURCC('s', 'm', 't', 'a'): {
debug_msg(RELEASE, "MPEG4: [smta] SIZE: [%lld]Byte\n", chunk_size);
GetSAUTInfoFromSMTATagBox(formatContext, fp, &basic_header);
break;
}
- /* Check smta in user data field to be compatible with android */
+ /* Check cdis in user data field (moov) to be compatible with android */
case FOURCC('c', 'd', 'i', 's'): {
debug_msg(RELEASE, "MPEG4: [smta] SIZE: [%lld]Byte\n", chunk_size);
GetValueFromCDISTagBox(formatContext, fp, &basic_header);