Changed a code comment that referred to BSD Unix

This commit is contained in:
Leon Styhre 2024-08-09 21:09:00 +02:00
parent 9c07456d21
commit 544abf1e81

View file

@ -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};