Use more designated initializers.
Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
73ba2c1e62
commit
ba10207bbe
@@ -36,7 +36,6 @@ 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"),
|
||||
.extensions = "",
|
||||
.audio_codec = CODEC_ID_PCM_S16LE,
|
||||
.video_codec = CODEC_ID_RAWVIDEO,
|
||||
.write_packet = framecrc_write_packet,
|
||||
|
||||
Reference in New Issue
Block a user