Skip to content

Commit

Permalink
Fix ConcurrentHashMap usage in demo MediaPipeProcessor.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 465563540
  • Loading branch information
Googler authored and marcbaechinger committed Oct 19, 2022
1 parent c09b34a commit 6e4fc47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ protected void loadLibrary(String name) {
* @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,
Expand Down

0 comments on commit 6e4fc47

Please sign in to comment.