Browse Source

avcodec/g2meet: Also clear tile dimensions on header_fail

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
fb04666995
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/g2meet.c

+ 2
- 0
libavcodec/g2meet.c View File

@@ -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;
}



Loading…
Cancel
Save