Commit d8dccc98 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/demux/mp4/libmp4.c: backport part of [23751] for proper spelling of the word incompletely

parent 338264a2
......@@ -2147,14 +2147,14 @@ static int MP4_ReadBox_default( stream_t *p_stream, MP4_Box_t *p_box )
return MP4_ReadBox_sample_tx3g( p_stream, p_box );
default:
msg_Warn( p_stream,
"unknown handler type in stsd (uncompletetly loaded)" );
"unknown handler type in stsd (incompletely loaded)" );
return 1;
}
}
unknown:
msg_Warn( p_stream,
"unknown box type %4.4s (uncompletetly loaded)",
"unknown box type %4.4s (incompletely loaded)",
(char*)&p_box->i_type );
return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment