提交 14925072 编写于 作者: M Michael Niedermayer

ffmpeg_vdpau: Remove unused variable

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册