mirror of https://git.ffmpeg.org/ffmpeg.git
ffmpeg_vdpau: Remove unused variable
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
e22bd239c0
commit
1492507208
|
@ -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…
Reference in New Issue