summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/decode/vdpau.c6
1 files changed, 0 insertions, 6 deletions
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}