avcodec/tiff: add missing break in tiff_decode_tag()
This commit is contained in:
		
							parent
							
								
									d8410e9cf9
								
							
						
					
					
						commit
						d063f13700
					
				@ -958,6 +958,7 @@ static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
 | 
				
			|||||||
    switch (tag) {
 | 
					    switch (tag) {
 | 
				
			||||||
    case TIFF_SUBFILE:
 | 
					    case TIFF_SUBFILE:
 | 
				
			||||||
        s->is_thumbnail = (value != 0);
 | 
					        s->is_thumbnail = (value != 0);
 | 
				
			||||||
 | 
					        break;
 | 
				
			||||||
    case TIFF_WIDTH:
 | 
					    case TIFF_WIDTH:
 | 
				
			||||||
        s->width = value;
 | 
					        s->width = value;
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user