mirror of
https://github.com/samsonjs/media.git
synced 2026-04-16 13:05:46 +00:00
Add warning log if no output is set
PiperOrigin-RevId: 616796787
This commit is contained in:
parent
2c8d07c2dd
commit
e8612a0c02
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue