[vlc-devel] commit: faad: fix a typo of [38c08789] ( Rafaël Carré )

git version control git at videolan.org
Wed Sep 23 21:50:50 CEST 2009


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Wed Sep 23 21:50:07 2009 +0200| [c45695d4d2b459174dfee89f38dc83b763c53746] | committer: Rafaël Carré 

faad: fix a typo of [38c08789]

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c45695d4d2b459174dfee89f38dc83b763c53746
---

 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 fc1bc50..84b77b9 100644
--- a/modules/codec/faad.c
+++ b/modules/codec/faad.c
@@ -416,7 +416,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
 
         p_out->i_pts = date_Get( &p_sys->date );
         p_out->i_length = date_Increment( &p_sys->date,
-                                          frame.samples / frame.channels ),
+                                          frame.samples / frame.channels )
                           - p_out->i_pts;
 
         DoReordering( (uint32_t *)p_out->p_buffer, samples,




More information about the vlc-devel mailing list