From c88ebdb42c0a4e4c3d78c705752f06fe78af27f6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 26 Nov 2011 18:35:26 +0100 Subject: Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. --- libavcodec/dxva2_mpeg2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/dxva2_mpeg2.c') diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c index 092123bff5..2e77cd1bd8 100644 --- a/libavcodec/dxva2_mpeg2.c +++ b/libavcodec/dxva2_mpeg2.c @@ -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, -- cgit v1.2.3