diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-24 04:15:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-24 04:15:26 +0100 |
| commit | ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89 (patch) | |
| tree | c55e4b85ee30138ce83263045d77d01631378b2e /src/atmos_asset.h | |
| parent | 6c37cc1979b2a01205a888c4c98f3334685ee8dd (diff) | |
Tidying.
Diffstat (limited to 'src/atmos_asset.h')
| -rw-r--r-- | src/atmos_asset.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/atmos_asset.h b/src/atmos_asset.h index 817bc975..7ee55d92 100644 --- a/src/atmos_asset.h +++ b/src/atmos_asset.h @@ -104,12 +104,12 @@ private: friend class AtmosAssetWriter; Fraction _edit_rate; - int64_t _intrinsic_duration; - int _first_frame; - int _max_channel_count; - int _max_object_count; + int64_t _intrinsic_duration = 0; + int _first_frame = 0; + int _max_channel_count = 0; + int _max_object_count = 0; std::string _atmos_id; - int _atmos_version; + int _atmos_version = 0; }; |
