mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avcodec/tiff: add missing break in tiff_decode_tag()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user