Skip to content

Commit

Permalink
Add a warning that VAAPI use requires the OpenGL painter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Riendeau committed Sep 10, 2013
1 parent 1ba4495 commit aac693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/videodisplayprofile.cpp
Expand Up @@ -687,7 +687,7 @@ QString VideoDisplayProfile::GetDecoderHelp(QString decoder)
if (decoder == "vaapi")
msg += QObject::tr(
"VAAPI will attempt to use the graphics hardware to "
"accelerate video decoding.");
"accelerate video decoding. REQUIRES OPENGL PAINTER.");

if (decoder == "vda")
msg += QObject::tr(
Expand Down

0 comments on commit aac693a

Please sign in to comment.