We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fda349 commit 790e745Copy full SHA for 790e745
IsoLib/libisomediafile/src/ISOMeta.c
@@ -71,7 +71,7 @@ ISO_EXTERN(ISOErr) ISONewFileMeta(ISOMovie theMovie, u32 metaType, ISOMeta *outM
71
{
72
if(moov->meta->type == metaType) BAILWITHERROR(MP4BadParamErr);
73
74
- printf("WARNING: adding additional meta box to 'meco' container is depricated!\n");
+ printf("WARNING: adding additional meta box to 'meco' container is deprecated!\n");
75
if(moov->meco == NULL)
76
77
err = ISOCreateAdditionalMetaDataContainerAtom(
0 commit comments