Reset output frames counter for second pass

The frame counter was not being reset at the start of
the first pass.

Change-Id: I2ef7c6edf027e43f83f470c52cbcf95bf152e430
This commit is contained in:
Adrian Grange 2012-04-27 11:06:14 -07:00
parent 3f252e30e4
commit 414b5eaede

View File

@ -2088,6 +2088,7 @@ static void setup_pass(struct stream_state *stream,
stream->cx_time = 0;
stream->nbytes = 0;
stream->frames_out = 0;
}