You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Merge commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821'
* commit 'd6d5ef5534d582f9dbaf18ac2605cf5bb72cd821': sws: GBRP9, GBRP10, and GBRP16 output support Conflicts: libswscale/output.c libswscale/utils.c tests/ref/lavfi/pixdesc tests/ref/lavfi/pixfmts_copy tests/ref/lavfi/pixfmts_null tests/ref/lavfi/pixfmts_scale tests/ref/lavfi/pixfmts_vflip Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -1571,6 +1571,8 @@ av_cold void ff_sws_init_output_funcs(SwsContext *c, | ||||
|         case AV_PIX_FMT_GBRP12LE: | ||||
|         case AV_PIX_FMT_GBRP14BE: | ||||
|         case AV_PIX_FMT_GBRP14LE: | ||||
|         case AV_PIX_FMT_GBRP16BE: | ||||
|         case AV_PIX_FMT_GBRP16LE: | ||||
|             *yuv2anyX = yuv2gbrp_full_X_c; | ||||
|             break; | ||||
|         } | ||||
|   | ||||
| @@ -991,7 +991,6 @@ av_cold int sws_init_context(SwsContext *c, SwsFilter *srcFilter, | ||||
|     getSubSampleFactors(&c->chrSrcHSubSample, &c->chrSrcVSubSample, srcFormat); | ||||
|     getSubSampleFactors(&c->chrDstHSubSample, &c->chrDstVSubSample, dstFormat); | ||||
|  | ||||
|  | ||||
|     if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { | ||||
|         if (dstW&1) { | ||||
|             av_log(c, AV_LOG_DEBUG, "Forcing full internal H chroma due to odd output size\n"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user