avformat: Drop pointless "format" from container long names
This commit is contained in:
@@ -28,7 +28,7 @@ static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt)
|
||||
|
||||
AVOutputFormat ff_null_muxer = {
|
||||
.name = "null",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("raw null video format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("raw null video"),
|
||||
.audio_codec = AV_NE(CODEC_ID_PCM_S16BE, CODEC_ID_PCM_S16LE),
|
||||
.video_codec = CODEC_ID_RAWVIDEO,
|
||||
.write_packet = null_write_packet,
|
||||
|
Reference in New Issue
Block a user