Skip to content

Commit

Permalink
vaapi: drop unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 21, 2014
1 parent 794e4d1 commit 13778a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xbmc/cores/dvdplayer/DVDCodecs/Video/VAAPI.cpp
Expand Up @@ -495,7 +495,6 @@ bool CDecoder::Open(AVCodecContext* avctx, const enum PixelFormat fmt, unsigned
m_vaapiConfig.surfaceWidth = avctx->width;
m_vaapiConfig.surfaceHeight = avctx->height;
m_vaapiConfig.aspect = avctx->sample_aspect_ratio;
m_vaapiConfig.numRenderBuffers = surfaces;
m_decoderThread = CThread::GetCurrentThreadId();
m_DisplayState = VAAPI_OPEN;
m_vaapiConfigured = false;
Expand Down
1 change: 0 additions & 1 deletion xbmc/cores/dvdplayer/DVDCodecs/Video/VAAPI.h
Expand Up @@ -116,7 +116,6 @@ struct CVaapiConfig
CDecoder *vaapi;
int upscale;
CVideoSurfaces *videoSurfaces;
int numRenderBuffers;
uint32_t maxReferences;
bool useInteropYuv;
CVAAPIContext *context;
Expand Down

0 comments on commit 13778a1

Please sign in to comment.