Skip to content

Commit

Permalink
Windows: Fix VideoOutputD3D compilation.
Browse files Browse the repository at this point in the history
Silly copy and paste error.
  • Loading branch information
Mark Kendall committed Jun 22, 2011
1 parent 2b68921 commit b48d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/videoout_d3d.cpp
Expand Up @@ -303,7 +303,7 @@ bool VideoOutputD3D::CreatePauseFrame(void)
if (codec_is_dxva2(video_codec_id))
return true;

init(&av_pause_frame, FMT_YV12,
init(&m_pauseFrame, FMT_YV12,
new unsigned char[vbuffers.GetScratchFrame()->size + 128],
vbuffers.GetScratchFrame()->width,
vbuffers.GetScratchFrame()->height,
Expand Down

0 comments on commit b48d5a5

Please sign in to comment.