lowercase FRWU string
8556406d38(lavc: lowercase the FRWU codec name) got partially reverted byec6402b7c5(lavc: use designated initialisers for all codecs.) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							701e5348d4
						
					
				
				
					commit
					dea8f6e18b
				
			@@ -110,7 +110,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AVCodec ff_frwu_decoder = {
 | 
					AVCodec ff_frwu_decoder = {
 | 
				
			||||||
    .name           = "FRWU",
 | 
					    .name           = "frwu",
 | 
				
			||||||
    .type           = AVMEDIA_TYPE_VIDEO,
 | 
					    .type           = AVMEDIA_TYPE_VIDEO,
 | 
				
			||||||
    .id             = CODEC_ID_FRWU,
 | 
					    .id             = CODEC_ID_FRWU,
 | 
				
			||||||
    .init           = decode_init,
 | 
					    .init           = decode_init,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user