commit | e78824ecd019f2afda280e02d2713332a4e4fd60 | [log] [tgz] |
---|---|---|
author | Oleh Prypin <oprypin@webrtc.org> | Mon Jan 15 20:30:59 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 16 08:14:42 2018 +0000 |
tree | ae9db216974e379d5a9aa0bb05df49f95c9e3788 | |
parent | 9c6861308021b1f05fbf17538778ee7177e6d312 [diff] |
Suppress ErrorProne StringSplitter warnings Bug: webrtc:8750 Change-Id: I1ff1bae680659f804c72eab5d14cf9c8c5046b90 Reviewed-on: https://webrtc-review.googlesource.com/39660 Commit-Queue: Oleh Prypin <oprypin@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21625}
diff --git a/sdk/android/api/org/webrtc/FileVideoCapturer.java b/sdk/android/api/org/webrtc/FileVideoCapturer.java index 331f9a7..88a0d30 100644 --- a/sdk/android/api/org/webrtc/FileVideoCapturer.java +++ b/sdk/android/api/org/webrtc/FileVideoCapturer.java
@@ -29,6 +29,7 @@ /** * Read video data from file for the .y4m container. */ + @SuppressWarnings("StringSplitter") private static class VideoReaderY4M implements VideoReader { private static final String TAG = "VideoReaderY4M"; private static final String Y4M_FRAME_DELIMETER = "FRAME";