Browse Source

avcodec/g2meet: Also clear tile dimensions on header_fail

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit fb04666995)

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

+ 2
- 0
libavcodec/g2meet.c View File

@@ -869,6 +869,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