Commit 4ce99e96 authored by Ronald S. Bultje's avatar Ronald S. Bultje

vp9: assert -> av_assert and fix associated compile error.

parent ad0d016f
......@@ -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++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment