| Index: remoting/codec/audio_decoder.h
|
| diff --git a/remoting/codec/audio_decoder.h b/remoting/codec/audio_decoder.h
|
| index 72eedf2c431b9e2d0543e48ef50964f405a02fa8..f5088bceb5c3a2c9b8b21aca3d7ad3b69d81c89a 100644
|
| --- a/remoting/codec/audio_decoder.h
|
| +++ b/remoting/codec/audio_decoder.h
|
| @@ -22,6 +22,8 @@ class AudioDecoder {
|
|
|
| virtual ~AudioDecoder() {}
|
|
|
| + // Returns the decoded packet. If the packet is invalid, then a NULL
|
| + // scoped_ptr is returned.
|
| virtual scoped_ptr<AudioPacket> Decode(scoped_ptr<AudioPacket> packet) = 0;
|
| };
|
|
|
|
|