mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 09:27:44 +00:00
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
This commit is contained in:
parent
1469f943ad
commit
c88ebdb42c
18 changed files with 0 additions and 32 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue