From 8c81c8df9c9f3cb661fef6b4c5696a4eba1b996e Mon Sep 17 00:00:00 2001 From: stevegilvarry Date: Sun, 29 Jun 2014 08:50:17 +1000 Subject: [PATCH] Option handled added in master, removing duplicate declaration --- src/zm_ffmpeg_camera.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zm_ffmpeg_camera.cpp b/src/zm_ffmpeg_camera.cpp index 80092ba97..f9543cf0f 100755 --- a/src/zm_ffmpeg_camera.cpp +++ b/src/zm_ffmpeg_camera.cpp @@ -126,9 +126,6 @@ int FfmpegCamera::PrimeCapture() mVideoStreamId = -1; mAudioStreamId = -1; Info( "Priming capture from %s", mPath.c_str() ); - - AVDictionary *opts = 0; - av_dict_set(&opts, "rtsp_transport", "tcp", 0);//FIXME do i need to free this // Open the input, not necessarily a file #if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(53, 4, 0)