Qt: initialize members (CID: 1457926).

Change-Id: I4c890db567a3668525bcf9915cb5687e2019c5c1
Reviewed-on: https://code.wireshark.org/review/36125
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Dario Lombardo 2020-02-17 15:30:03 +01:00 committed by Alexis La Goutte
parent ed0e320611
commit c544f7e3f4
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ RtpAudioStream::RtpAudioStream(QObject *parent, rtpstream_info_t *rtpstream) :
start_abs_offset_(0.0),
start_rel_time_(0.0),
stop_rel_time_(0.0),
audio_stereo_(false),
audio_left_(false),
audio_right_(false),
audio_out_rate_(0),
audio_resampler_(0),
audio_output_(0),