From 7f2440177b2f9f5752809a140e4dc3b91c6228ba Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 8 Apr 2019 13:51:55 -0400 Subject: [PATCH] remove duplicate dump_codec --- src/zm_videostore.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/zm_videostore.cpp b/src/zm_videostore.cpp index 51e4805ef..997b27cd2 100644 --- a/src/zm_videostore.cpp +++ b/src/zm_videostore.cpp @@ -119,8 +119,6 @@ VideoStore::VideoStore( if ( ret < 0 ) { Error("Could not initialize video_out_ctx parameters"); return; - } else { - zm_dump_codec(video_out_ctx); } #else video_out_stream = avformat_new_stream(oc, NULL);