From 070f0d5d62009cde9939f95952ee817c9ba5a953 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 6 Jun 2017 15:57:42 -0400 Subject: [PATCH] don't init converted_input_samples --- src/zm_videostore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zm_videostore.h b/src/zm_videostore.h index e4d337df0..36ddd7bcf 100644 --- a/src/zm_videostore.h +++ b/src/zm_videostore.h @@ -46,7 +46,7 @@ private: #ifdef HAVE_LIBAVRESAMPLE AVAudioResampleContext* resample_context; #endif - uint8_t *converted_input_samples = NULL; + uint8_t *converted_input_samples; const char *filename; const char *format;