[vlc-commits] commit: Spelling. ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Sat Jun 12 09:12:40 CEST 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jun 12 07:54:44 2010 +0200| [96f372a21c100ffb64102af251c3aa7fb503f36e] | committer: Rémi Duraffort
Spelling.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96f372a21c100ffb64102af251c3aa7fb503f36e
---
modules/demux/mp4/libmp4.h | 2 +-
modules/packetizer/mpegvideo.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/demux/mp4/libmp4.h b/modules/demux/mp4/libmp4.h
index 688cd0c..777792d 100644
--- a/modules/demux/mp4/libmp4.h
+++ b/modules/demux/mp4/libmp4.h
@@ -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 );
diff --git a/modules/packetizer/mpegvideo.c b/modules/packetizer/mpegvideo.c
index 56bbcee..cad9545 100644
--- a/modules/packetizer/mpegvideo.c
+++ b/modules/packetizer/mpegvideo.c
@@ -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 )
{
More information about the vlc-commits
mailing list