mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
vp9: assert -> av_assert and fix associated compile error.
This commit is contained in:
parent
ad0d016f1c
commit
4ce99e96d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1603,7 +1603,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||
if (avctx->active_thread_type == FF_THREAD_SLICE) {
|
||||
int tile_row, tile_col;
|
||||
|
||||
assert(!pass);
|
||||
av_assert1(!s->pass);
|
||||
|
||||
for (tile_row = 0; tile_row < s->s.h.tiling.tile_rows; tile_row++) {
|
||||
for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue