[vlc-devel] commit: Fixed audio played/lost statistics. (Laurent Aimar )
git version control
git at videolan.org
Mon Jan 5 21:26:45 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Dec 23 16:28:26 2008 +0100| [88a5e04e4bda05a4f1bc0f2fac7ca1f0c3bd90a1] | committer: Laurent Aimar
Fixed audio played/lost statistics.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88a5e04e4bda05a4f1bc0f2fac7ca1f0c3bd90a1
---
src/input/decoder.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index eeadefa..485b916 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -1226,8 +1226,6 @@ static void DecoderDecodeAudio( decoder_t *p_dec, block_t *p_block )
{
aout_instance_t *p_aout = p_owner->p_aout;
aout_input_t *p_aout_input = p_owner->p_aout_input;
- int i_lost = 0;
- int i_played;
if( p_dec->b_die )
{
More information about the vlc-devel
mailing list