vdpau: remove unused type

This commit is contained in:
wm4 2014-03-17 18:20:44 +01:00
parent 5ed24862c0
commit 4e70335c2f
1 changed files with 0 additions and 6 deletions

View File

@ -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}