Commit dcf4253
committed
vpx_enc_fuzzer: limit number of encoded frames
Previously the encode loop was only bounded by the data size. With the
small resolutions being fuzzed this might result in hundreds of
thousands of frames to encode, resulting in a timeout. The frames are
now limited to 300.
Bug: 482163265, 482328006, 482494306, 482594458
Change-Id: I026de66933a267e1ce7e979005eea181bfd54a1e1 parent a0ac06f commit dcf4253
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
233 | | - | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments