You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	sauce: test filetype correctly for datatype 5 (binary text)
This commit is contained in:
		| @@ -71,7 +71,7 @@ int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int g | ||||
|             if (get_height && t2) | ||||
|                 avctx->streams[0]->codec->height = t2<<4; | ||||
|         } else if (datatype == 5) { | ||||
|             if (filetype > 1) { | ||||
|             if (filetype) { | ||||
|                 avctx->streams[0]->codec->width = (filetype == 1 ? t1 : filetype) << 4; | ||||
|                 *got_width = 1; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user