ffmpeg_vdpau: Remove unused variable

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/181/merge
Michael Niedermayer 9 years ago
parent e22bd239c0
commit 1492507208
  1. 1
      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;

Loading…
Cancel
Save