Skip to content

Commit

Permalink
Do not create VDPAU profile unconditionally.
Browse files Browse the repository at this point in the history
This is a partial revert of 4cd8186. It caused VDPAU profiles to always be re-created, no matter the platforms.
Display profiles are created elsewhere for better or worse ; so let's have a unique place to worry about
  • Loading branch information
jyavenard committed Apr 16, 2012
1 parent ea5aa87 commit c086cf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythtv/videodisplayprofile.cpp
Expand Up @@ -1193,9 +1193,6 @@ void VideoDisplayProfile::CreateVAAPIProfiles(const QString &hostname)
void VideoDisplayProfile::CreateProfiles(const QString &hostname)
{
CreateNewProfiles(hostname);
#if defined(USING_VDPAU)
CreateVDPAUProfiles(hostname);
#endif
}

QStringList VideoDisplayProfile::GetVideoRenderers(const QString &decoder)
Expand Down

0 comments on commit c086cf0

Please sign in to comment.