Skip to content

Commit

Permalink
Add description for vda decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
jyavenard committed Mar 14, 2012
1 parent 72497f6 commit 16ff44e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mythtv/libs/libmythtv/videodisplayprofile.cpp
Expand Up @@ -687,6 +687,13 @@ QString VideoDisplayProfile::GetDecoderHelp(QString decoder)
msg += QObject::tr(
"VAAPI will attempt to use the graphics hardware to "
"accelerate video decoding.");

if (decoder == "vda")
msg += QObject::tr(
"VDA will attempt to use the graphics hardware to "
"accelerate video decoding. "
"(H264 only, requires Mac OS 10.6.3)");

return msg;
}

Expand Down

0 comments on commit 16ff44e

Please sign in to comment.