Commit 96f372a2 authored by Rémi Duraffort's avatar Rémi Duraffort

Spelling.

parent 4a549c8b
...@@ -1018,7 +1018,7 @@ void MP4_BoxFree( stream_t *, MP4_Box_t *p_box ); ...@@ -1018,7 +1018,7 @@ void MP4_BoxFree( stream_t *, MP4_Box_t *p_box );
/***************************************************************************** /*****************************************************************************
* MP4_DumpBoxStructure: print the structure of the p_box * MP4_DumpBoxStructure: print the structure of the p_box
***************************************************************************** *****************************************************************************
* Usefull while debugging * Useful while debugging
*****************************************************************************/ *****************************************************************************/
void MP4_BoxDumpStructure( stream_t *p_input, MP4_Box_t *p_box ); void MP4_BoxDumpStructure( stream_t *p_input, MP4_Box_t *p_box );
......
...@@ -517,7 +517,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag ) ...@@ -517,7 +517,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag )
if( p_sys->p_seq && if( p_sys->p_seq &&
p_sys->i_seq_old > p_sys->i_frame_rate/p_sys->i_frame_rate_base ) p_sys->i_seq_old > p_sys->i_frame_rate/p_sys->i_frame_rate_base )
{ {
/* Usefull for mpeg1: repeat sequence header every second */ /* Useful for mpeg1: repeat sequence header every second */
block_ChainLastAppend( &p_sys->pp_last, block_Duplicate( p_sys->p_seq ) ); block_ChainLastAppend( &p_sys->pp_last, block_Duplicate( p_sys->p_seq ) );
if( p_sys->p_ext ) if( p_sys->p_ext )
{ {
......
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