Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.

This commit is contained in:
Diego Biurrun
2011-11-26 18:35:26 +01:00
parent 1469f943ad
commit c88ebdb42c
18 changed files with 0 additions and 32 deletions

View File

@ -265,7 +265,6 @@ AVHWAccel ff_mpeg2_dxva2_hwaccel = {
.type = AVMEDIA_TYPE_VIDEO,
.id = CODEC_ID_MPEG2VIDEO,
.pix_fmt = PIX_FMT_DXVA2_VLD,
.capabilities = 0,
.start_frame = start_frame,
.decode_slice = decode_slice,
.end_frame = end_frame,