diff options
author | handbrake <[email protected]> | 2006-01-14 13:30:07 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 13:30:07 +0000 |
commit | 755fee5744c3704666a875fc09dc982aded7f783 (patch) | |
tree | 6dcb37dc59f66e20ca7ea0b22752b40533e69ad0 /test/test.c | |
parent | b69e82fd960103c41979e00beb9b1c9fac78083b (diff) |
HandBrake 0.6.0
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@13 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test.c b/test/test.c index 8dc6732b3..67b9450a9 100644 --- a/test/test.c +++ b/test/test.c @@ -1,4 +1,4 @@ -/* $Id: test.c,v 1.27 2004/03/08 11:32:50 titer Exp $ +/* $Id: test.c,v 1.28 2004/03/22 19:18:57 titer Exp $ This file is part of the HandBrake source code. Homepage: <http://handbrake.m0k.org/>. @@ -473,8 +473,6 @@ static void ScanDone( void * data, HBList * titleList ) audio->outBitrate = abitrate; audio->outCodec = acodec; HBListAdd( title->ripAudioList, audio ); - - tmp++; } } if( size ) |