From 4e70335c2fa3eaea6f8f2d11fb7981f55a582fa5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Mar 2014 18:20:44 +0100 Subject: vdpau: remove unused type --- video/decode/vdpau.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'video/decode') diff --git a/video/decode/vdpau.c b/video/decode/vdpau.c index 34435360c3..ae8f6be531 100644 --- a/video/decode/vdpau.c +++ b/video/decode/vdpau.c @@ -39,12 +39,6 @@ struct priv { AVVDPAUContext context; }; -struct profile_entry { - enum AVCodecID av_codec; - VdpDecoderProfile vdp_profile; - int maxrefs; -}; - #define PE(av_codec_id, ff_profile, vdp_profile) \ {AV_CODEC_ID_ ## av_codec_id, FF_PROFILE_ ## ff_profile, \ VDP_DECODER_PROFILE_ ## vdp_profile} -- cgit v1.2.3