diff options
Diffstat (limited to 'remoting/protocol/rtp_video_reader.cc')
-rw-r--r-- | remoting/protocol/rtp_video_reader.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/protocol/rtp_video_reader.cc b/remoting/protocol/rtp_video_reader.cc index ad00a4a..a4ae725 100644 --- a/remoting/protocol/rtp_video_reader.cc +++ b/remoting/protocol/rtp_video_reader.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -22,7 +22,8 @@ RtpVideoReader::PacketsQueueEntry::PacketsQueueEntry() } RtpVideoReader::RtpVideoReader() - : last_sequence_number_(0) { + : last_sequence_number_(0), + video_stub_(NULL) { } RtpVideoReader::~RtpVideoReader() { |