diff options
-rw-r--r-- | test/test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 3d217a9a7..56f172d20 100644 --- a/test/test.c +++ b/test/test.c @@ -1880,8 +1880,6 @@ static int HandleEvents( hb_handle_t * h ) if( audio != NULL ) { audio->out.bitrate = abitrate; - if( (++i) >= num_audio_tracks ) - break; /* We have more inputs than audio tracks, oops */ } else { |