mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
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
@@ -181,7 +181,6 @@ static int yuv4_write_header(AVFormatContext *s)
|
||||
AVOutputFormat ff_yuv4mpegpipe_muxer = {
|
||||
.name = "yuv4mpegpipe",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("YUV4MPEG pipe format"),
|
||||
.mime_type = "",
|
||||
.extensions = "y4m",
|
||||
.priv_data_size = sizeof(int),
|
||||
.audio_codec = CODEC_ID_NONE,
|
||||
|
||||
Reference in New Issue
Block a user