]> git.sesse.net Git - vlc/commitdiff
Spelling.
authorRémi Duraffort <ivoire@videolan.org>
Sat, 12 Jun 2010 05:54:44 +0000 (07:54 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Sat, 12 Jun 2010 05:55:18 +0000 (07:55 +0200)
modules/demux/mp4/libmp4.h
modules/packetizer/mpegvideo.c

index 688cd0c801c2f4b61b4c21fa3d6e34f6d1adfc88..777792dbfad9113104e85cd7be701db39c27bdea 100644 (file)
@@ -1018,7 +1018,7 @@ void MP4_BoxFree( stream_t *, MP4_Box_t *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 );
 
index 56bbcee4c8d39bf480301860a2fe298a3bfdb6ab..cad9545f6070dbcb1b08e67703468297005d4472 100644 (file)
@@ -517,7 +517,7 @@ static block_t *ParseMPEGBlock( decoder_t *p_dec, block_t *p_frag )
         if( p_sys->p_seq &&
             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 ) );
             if( p_sys->p_ext )
             {