Skip to content
Snippets Groups Projects
Commit 8917fbc5 authored by Leo Ma's avatar Leo Ma
Browse files

Fix 'NULL' into 'null'


Signed-off-by: default avatarLeo Ma <begeekmyfriend@gmail.com>
parent 3eb1c0e0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -257,8 +257,8 @@ public class SrsPublisher {
} else {
mEncoder.setCameraFrontFace();
}
if (mEncoder != NULL && mEncoder.isEnabled()) {
mCameraView.enableEncoding();
if (mEncoder != null && mEncoder.isEnabled()) {
mCameraView.enableEncoding();
}
mCameraView.startCamera();
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment