| Index: webrtc/sdk/android/api/org/webrtc/FileVideoCapturer.java
|
| diff --git a/webrtc/sdk/android/api/org/webrtc/FileVideoCapturer.java b/webrtc/sdk/android/api/org/webrtc/FileVideoCapturer.java
|
| index a0552247c95b1c24a33c9ab0975cce36bc0f91b0..a71e9327ae7f75fa0967323c1514b8f4feb4a9ba 100644
|
| --- a/webrtc/sdk/android/api/org/webrtc/FileVideoCapturer.java
|
| +++ b/webrtc/sdk/android/api/org/webrtc/FileVideoCapturer.java
|
| @@ -20,6 +20,10 @@ import java.io.RandomAccessFile;
|
| import java.io.IOException;
|
|
|
| public class FileVideoCapturer implements VideoCapturer {
|
| + static {
|
| + System.loadLibrary("jingle_peerconnection_so");
|
| + }
|
| +
|
| private interface VideoReader {
|
| int getFrameWidth();
|
| int getFrameHeight();
|
|
|