X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fresampler.h;h=0dbd0b491edaa3c3b64d0ad00291ef0dca95ce91;hb=3799e91d126d243d41c44dcb0ca1bfa66b53a57e;hp=5a3a7fa40406c8dca974fa61da7cb4c18a71b8f6;hpb=b249700e1da7dd6631a8b4440587f4093a2bdef1;p=dcpomatic.git diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 5a3a7fa40..0dbd0b491 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2015 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -41,7 +41,7 @@ public: void set_fast (); private: - SRC_STATE* _src; + SRC_STATE* _src = nullptr; int _in_rate; int _out_rate; int _channels;