[vlc-devel] commit: Fix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09 ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat May 3 20:54:03 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 3 11:55:11 2008 -0700| [832088e49692faa50f7319e430df17b7c5b1a24b]
Fix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=832088e49692faa50f7319e430df17b7c5b1a24b
---
modules/codec/faad.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/codec/faad.c b/modules/codec/faad.c
index cc39540..6cf6e99 100644
--- a/modules/codec/faad.c
+++ b/modules/codec/faad.c
@@ -248,7 +248,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
if( p_block->i_buffer > 0 )
{
- vlc_memcpy(, &p_sys->p_buffer[p_sys->i_buffer],
+ vlc_memcpy( &p_sys->p_buffer[p_sys->i_buffer],
p_block->p_buffer, p_block->i_buffer );
p_sys->i_buffer += p_block->i_buffer;
p_block->i_buffer = 0;
More information about the vlc-devel
mailing list