Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
This commit is contained in:
@@ -143,9 +143,7 @@ AVHWAccel ff_mpeg2_vaapi_hwaccel = {
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_MPEG2VIDEO,
|
||||
.pix_fmt = PIX_FMT_VAAPI_VLD,
|
||||
.capabilities = 0,
|
||||
.start_frame = vaapi_mpeg2_start_frame,
|
||||
.end_frame = vaapi_mpeg2_end_frame,
|
||||
.decode_slice = vaapi_mpeg2_decode_slice,
|
||||
.priv_data_size = 0,
|
||||
};
|
||||
|
Reference in New Issue
Block a user