mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix ConcurrentHashMap usage in demo MediaPipeProcessor.
PiperOrigin-RevId: 465563540
This commit is contained in:
parent
1cfde16efd
commit
c95bfe325d
@ -69,7 +69,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
* @param inputStreamName Name of the input video stream in the graph.
|
||||
* @param outputStreamName Name of the input video stream in the graph.
|
||||
*/
|
||||
@SuppressWarnings("AndroidConcurrentHashMap") // Only used on API >= 23.
|
||||
public MediaPipeProcessor(
|
||||
Context context,
|
||||
boolean useHdr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user