]> git.sesse.net Git - vlc/commitdiff
faad: fix a typo of [38c08789]
authorRafaël Carré <rafael.carre@gmail.com>
Wed, 23 Sep 2009 19:50:07 +0000 (21:50 +0200)
committerRafaël Carré <rafael.carre@gmail.com>
Wed, 23 Sep 2009 19:50:07 +0000 (21:50 +0200)
modules/codec/faad.c

index fc1bc50b5868799b90a1ac0d00b102065f7ae38d..84b77b9dde89eb0cc9fe6ff9cbcac1db6116d7bf 100644 (file)
@@ -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,