diff options
Diffstat (limited to 'remoting/base/decoder_verbatim.cc')
-rw-r--r-- | remoting/base/decoder_verbatim.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/base/decoder_verbatim.cc b/remoting/base/decoder_verbatim.cc index fd0b3d1..1cb426d 100644 --- a/remoting/base/decoder_verbatim.cc +++ b/remoting/base/decoder_verbatim.cc @@ -20,6 +20,8 @@ DecoderVerbatim::DecoderVerbatim() encoding_ = EncodingNone; } +DecoderVerbatim::~DecoderVerbatim() {} + bool DecoderVerbatim::BeginDecode(scoped_refptr<media::VideoFrame> frame, UpdatedRects* updated_rects, Task* partial_decode_done, |