Commit fb046669 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/g2meet: Also clear tile dimensions on header_fail

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 71ec8e1e
......@@ -1580,6 +1580,8 @@ header_fail:
c->height = 0;
c->tiles_x =
c->tiles_y = 0;
c->tile_width =
c->tile_height = 0;
return ret;
}
......
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