Index: webrtc/ortc/ortcfactory.h |
diff --git a/webrtc/ortc/ortcfactory.h b/webrtc/ortc/ortcfactory.h |
index 8d67a3fa95a6e022a5950192e48f129ab5e25f26..d82d6d0fa913711b20b54a1bcab4aa7ad31b964c 100644 |
--- a/webrtc/ortc/ortcfactory.h |
+++ b/webrtc/ortc/ortcfactory.h |
@@ -135,6 +135,7 @@ class OrtcFactory : public OrtcFactoryInterface { |
std::unique_ptr<rtc::Thread> worker_thread_; |
// Media-releated objects. |
std::unique_ptr<RtcEventLog> null_event_log_; |
+ rtc::scoped_refptr<AudioEncoderFactory> audio_encoder_factory_; |
rtc::scoped_refptr<AudioDecoderFactory> audio_decoder_factory_; |
std::unique_ptr<cricket::ChannelManager> channel_manager_; |
// Default CNAME to use for RtpTransports if none is passed in. |