avformat: Drop pointless "format" from container long names
This commit is contained in:
parent
8e5d71d110
commit
6774247a9d
86 changed files with 135 additions and 135 deletions
|
|
@ -37,7 +37,7 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
|
|||
|
||||
AVOutputFormat ff_framecrc_muxer = {
|
||||
.name = "framecrc",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("framecrc testing format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("framecrc testing"),
|
||||
.extensions = "",
|
||||
.audio_codec = CODEC_ID_PCM_S16LE,
|
||||
.video_codec = CODEC_ID_RAWVIDEO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue