mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	Improve descriptiveness of a number of codec and container long names
This commit is contained in:
		| @@ -54,7 +54,7 @@ static int ass_decode_frame(AVCodecContext *avctx, void *data, int *got_sub_ptr, | ||||
|  | ||||
| AVCodec ff_ass_decoder = { | ||||
|     .name         = "ass", | ||||
|     .long_name    = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"), | ||||
|     .long_name    = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"), | ||||
|     .type         = AVMEDIA_TYPE_SUBTITLE, | ||||
|     .id           = CODEC_ID_SSA, | ||||
|     .init         = ass_decode_init, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Diego Biurrun
					Diego Biurrun