mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Changed a code comment that referred to BSD Unix
This commit is contained in:
parent
9c07456d21
commit
544abf1e81
|
@ -1178,7 +1178,7 @@ void VideoFFmpegComponent::detectHWDecoder()
|
|||
"hardware decoder";
|
||||
}
|
||||
#else
|
||||
// This would mostly be Linux, but possibly also BSD Unix.
|
||||
// This would mostly be Linux, but possibly also FreeBSD.
|
||||
|
||||
bool hasVAAPI {false};
|
||||
bool hasVDPAU {false};
|
||||
|
|
Loading…
Reference in a new issue