fix merges

This commit is contained in:
Isaac Connor
2018-05-12 19:44:20 -04:00
parent c3053a2f8a
commit d3c95ea144
3 changed files with 1 additions and 4 deletions

View File

@@ -20,7 +20,6 @@
#include "zm.h"
#include "zm_camera.h"
<<<<<<< HEAD
Camera::Camera(
unsigned int p_monitor_id,
SourceType p_type,
@@ -52,7 +51,6 @@ Camera::Camera(
mVideoCodecContext(NULL),
mAudioCodecContext(NULL),
video_stream(NULL),
record_audio(p_record_audio),
bytes(0)
{
pixels = width * height;