mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 11:21:42 +08:00
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
This commit is contained in:
@@ -134,7 +134,6 @@ AVCodec ff_s302m_decoder = {
|
||||
.name = "s302m",
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.id = CODEC_ID_S302M,
|
||||
.priv_data_size = 0,
|
||||
.decode = s302m_decode_frame,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("SMPTE 302M"),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user