Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@ -405,7 +405,7 @@ static int dv_write_trailer(struct AVFormatContext *s)
|
||||
|
||||
AVOutputFormat ff_dv_muxer = {
|
||||
.name = "dv",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("DV video"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("DV (Digital Video)"),
|
||||
.extensions = "dv",
|
||||
.priv_data_size = sizeof(DVMuxContext),
|
||||
.audio_codec = CODEC_ID_PCM_S16LE,
|
||||
|
Reference in New Issue
Block a user