From e2774566824353dea507a922ad3461598e002931 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 26 Sep 2017 09:15:54 -0400 Subject: [PATCH] put parenthesis back in --- src/zm_videostore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_videostore.cpp b/src/zm_videostore.cpp index 26287fc90..86b182e82 100644 --- a/src/zm_videostore.cpp +++ b/src/zm_videostore.cpp @@ -125,7 +125,7 @@ VideoStore::VideoStore(const char *filename_in, const char *format_in, #else video_out_stream = - avformat_new_stream(oc, reinterpret_castvideo_in_ctx->codec); + avformat_new_stream(oc, reinterpret_cast(video_in_ctx->codec)); if (!video_out_stream) { Fatal("Unable to create video out stream\n"); } else {