summaryrefslogtreecommitdiff
path: root/ffmpeg_vdpau.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-02-28 23:02:55 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-28 23:16:33 +0100
commit1492507208786e03732a604e1a797d5e90bbeae3 (patch)
treebf60f4fd8db86af5f72d2998f70b4b151618cf15 /ffmpeg_vdpau.c
parente22bd239c046014652a3487f542f2ab7b34f7a62 (diff)
downloadffmpeg-1492507208786e03732a604e1a797d5e90bbeae3.tar.gz
ffmpeg_vdpau: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg_vdpau.c')
-rw-r--r--ffmpeg_vdpau.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg_vdpau.c b/ffmpeg_vdpau.c
index 893fdcb1d9..59a5f70121 100644
--- a/ffmpeg_vdpau.c
+++ b/ffmpeg_vdpau.c
@@ -106,7 +106,6 @@ static int vdpau_alloc(AVCodecContext *s)
{
InputStream *ist = s->opaque;
int loglevel = (ist->hwaccel_id == HWACCEL_AUTO) ? AV_LOG_VERBOSE : AV_LOG_ERROR;
- AVVDPAUContext *vdpau_ctx;
VDPAUContext *ctx;
const char *display, *vendor;
VdpStatus err;