You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi/drawutils: re-enable P010 and P016 support
These formats now work as expected.
This commit is contained in:
		| @@ -91,8 +91,6 @@ int ff_draw_init(FFDrawContext *draw, enum AVPixelFormat format, unsigned flags) | ||||
|         return AVERROR(ENOSYS); | ||||
|     if (desc->flags & ~(AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB | AV_PIX_FMT_FLAG_ALPHA)) | ||||
|         return AVERROR(ENOSYS); | ||||
|     if (format == AV_PIX_FMT_P010LE || format == AV_PIX_FMT_P016LE) | ||||
|         return AVERROR(ENOSYS); | ||||
|     if (format == AV_PIX_FMT_YUVJ420P || format == AV_PIX_FMT_YUVJ422P || format == AV_PIX_FMT_YUVJ444P || | ||||
|         format == AV_PIX_FMT_YUVJ411P || format == AV_PIX_FMT_YUVJ440P) | ||||
|         full_range = 1; | ||||
|   | ||||
| @@ -25,6 +25,8 @@ nv12                381574979cb04be10c9168540310afad | ||||
| nv21                0fdeb2cdd56cf5a7147dc273456fa217 | ||||
| nv24                193b9eadcc06ad5081609f76249b3e47 | ||||
| nv42                1738ad3c31c6c16e17679f5b09ce4677 | ||||
| p010le              c57224f2dc09601c66aa3365b3cd7254 | ||||
| p016le              c57224f2dc09601c66aa3365b3cd7254 | ||||
| p210le              abc02945a9b9585f0914716e4787cefb | ||||
| p216le              1b43feb94b8a030c0c699aa0deff017b | ||||
| p410le              1f0294141ae1657d6c10c6a0d46a879f | ||||
|   | ||||
		Reference in New Issue
	
	Block a user