pix_fmt: Fix number of bits per component in yuv444p9be
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e59d6b4d72)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Anton Khirnov
					
				
			
			
				
	
			
			
			
						parent
						
							e308a91c9c
						
					
				
				
					commit
					dc3ab8ca43
				
			@@ -918,9 +918,9 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[PIX_FMT_NB] = {
 | 
			
		||||
        .log2_chroma_w= 0,
 | 
			
		||||
        .log2_chroma_h= 0,
 | 
			
		||||
        .comp = {
 | 
			
		||||
            {0,1,1,0,9},        /* Y */
 | 
			
		||||
            {1,1,1,0,9},        /* U */
 | 
			
		||||
            {2,1,1,0,9},        /* V */
 | 
			
		||||
            {0,1,1,0,8},        /* Y */
 | 
			
		||||
            {1,1,1,0,8},        /* U */
 | 
			
		||||
            {2,1,1,0,8},        /* V */
 | 
			
		||||
        },
 | 
			
		||||
        .flags = PIX_FMT_BE,
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user