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
|
@ -211,7 +211,7 @@ static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||
|
||||
AVInputFormat ff_swf_demuxer = {
|
||||
.name = "swf",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Flash format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
|
||||
.priv_data_size = sizeof(SWFContext),
|
||||
.read_probe = swf_probe,
|
||||
.read_header = swf_read_header,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue