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
|
@ -567,7 +567,7 @@ static int64_t mpegps_read_dts(AVFormatContext *s, int stream_index,
|
|||
|
||||
AVInputFormat ff_mpegps_demuxer = {
|
||||
.name = "mpeg",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("MPEG-PS format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("MPEG-PS (MPEG-2 Program Stream)"),
|
||||
.priv_data_size = sizeof(MpegDemuxContext),
|
||||
.read_probe = mpegps_probe,
|
||||
.read_header = mpegps_read_header,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue