mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Add warning log if no output is set
PiperOrigin-RevId: 616796787
This commit is contained in:
parent
2c8d07c2dd
commit
e8612a0c02
@ -445,6 +445,7 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
defaultShaderProgram.release();
|
||||
defaultShaderProgram = null;
|
||||
}
|
||||
Log.w(TAG, "Output surface and size not set, dropping frame.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user