[vlc-commits] commit: Typo (=?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)
git at videolan.org
git at videolan.org
Mon Jan 3 20:20:35 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Jan 3 21:20:28 2011 +0200| [6b152c69d4dcc27b89d72c89a58b598519ce819b] | committer: Rémi Denis-Courmont
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b152c69d4dcc27b89d72c89a58b598519ce819b
---
modules/demux/avi/libavi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/avi/libavi.c b/modules/demux/avi/libavi.c
index 5d2d78b..328f504 100644
--- a/modules/demux/avi/libavi.c
+++ b/modules/demux/avi/libavi.c
@@ -365,7 +365,7 @@ static int AVI_ChunkRead_strf( stream_t *s, avi_chunk_t *p_chk )
if( p_chk->strf.auds.p_wf->cbSize > 0 )
{
memcpy( &p_chk->strf.auds.p_wf[1] ,
- p_buff + 8 + sizeof( WAVEFORMATEX ), /* 8=fourrc+size */
+ p_buff + 8 + sizeof( WAVEFORMATEX ), /* 8=fourcc+size */
p_chk->strf.auds.p_wf->cbSize );
}
#ifdef AVI_DEBUG
More information about the vlc-commits
mailing list