Commit d063f137 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/tiff: add missing break in tiff_decode_tag()

parent d8410e9c
......@@ -958,6 +958,7 @@ static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
switch (tag) {
case TIFF_SUBFILE:
s->is_thumbnail = (value != 0);
break;
case TIFF_WIDTH:
s->width = value;
break;
......
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