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:
Родитель
60b36abf85
Коммит
faed00d844
1
vpxenc.c
1
vpxenc.c
|
@ -2128,6 +2128,7 @@ static void setup_pass(struct stream_state *stream,
|
|||
|
||||
stream->cx_time = 0;
|
||||
stream->nbytes = 0;
|
||||
stream->frames_out = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче