Commit 14925072 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg_vdpau: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent e22bd239
...@@ -106,7 +106,6 @@ static int vdpau_alloc(AVCodecContext *s) ...@@ -106,7 +106,6 @@ static int vdpau_alloc(AVCodecContext *s)
{ {
InputStream *ist = s->opaque; InputStream *ist = s->opaque;
int loglevel = (ist->hwaccel_id == HWACCEL_AUTO) ? AV_LOG_VERBOSE : AV_LOG_ERROR; int loglevel = (ist->hwaccel_id == HWACCEL_AUTO) ? AV_LOG_VERBOSE : AV_LOG_ERROR;
AVVDPAUContext *vdpau_ctx;
VDPAUContext *ctx; VDPAUContext *ctx;
const char *display, *vendor; const char *display, *vendor;
VdpStatus err; VdpStatus err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment