Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -542,7 +542,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
AVOutputFormat ff_flv_muxer = {
|
||||
.name = "flv",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FLV format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FLV (Flash Video)"),
|
||||
.mime_type = "video/x-flv",
|
||||
.extensions = "flv",
|
||||
.priv_data_size = sizeof(FLVContext),
|
||||
|
Reference in New Issue
Block a user