Add NeedsCompressedHeaderParsed comment

This commit is contained in:
Alexander David Frick 2022-03-13 13:55:29 -05:00 committed by GitHub
parent 1691fbba54
commit b9becfa788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -522,7 +522,7 @@ void VaapiVideoDecodeAccelerator::DecodeTask() {
case AcceleratedVideoDecoder::kNeedContextUpdate:
// This should not happen as we return false from
// IsFrameContextRequired().
// NeedsCompressedHeaderParsed().
NOTREACHED() << "Context updates not supported";
return;