Improve descriptiveness of a number of codec and container long names
This commit is contained in:
parent
6774247a9d
commit
0177b7d23a
56 changed files with 75 additions and 75 deletions
|
@ -264,7 +264,7 @@ static const AVClass seg_class = {
|
|||
|
||||
AVOutputFormat ff_segment_muxer = {
|
||||
.name = "segment",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("segment muxer"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("segment"),
|
||||
.priv_data_size = sizeof(SegmentContext),
|
||||
.flags = AVFMT_GLOBALHEADER | AVFMT_NOFILE,
|
||||
.write_header = seg_write_header,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue