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;