Skip to content

Commit 0ac3411

Browse files
author
Mark Kendall
committed
VAAPI: Fix the mother of all recursions.
Closes #10147
1 parent efb6231 commit 0ac3411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/libs/libmythtv/videoout_openglvaapi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ void VideoOutputOpenGLVAAPI::UpdatePauseFrame(void)
232232
{
233233
if (codec_is_std(video_codec_id))
234234
{
235-
VideoOutputOpenGLVAAPI::UpdatePauseFrame();
235+
VideoOutputOpenGL::UpdatePauseFrame();
236236
return;
237237
}
238238

0 commit comments

Comments
 (0)