commit | 3b790f316c08c146df0fb89aa07a51b6895fd485 | [log] [tgz] |
---|---|---|
author | Ying Wang <yinwa@webrtc.org> | Fri Jan 19 17:58:57 2018 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jan 22 11:48:16 2018 +0000 |
tree | 0bfb53c558c737faa51edd38985b7d215d655ff7 | |
parent | a6e7b88198441d4209388c0559c6e765b4387ecc [diff] [blame] |
Make fec controller plug-able. Bug: webrtc:8656 Change-Id: I3d42ffc92a7c95266e5d53bab03f388bd0de2592 Reviewed-on: https://webrtc-review.googlesource.com/39760 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Commit-Queue: Ying Wang <yinwa@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21710}
diff --git a/modules/video_coding/include/video_coding.h b/modules/video_coding/include/video_coding.h index d204f19..5173710 100644 --- a/modules/video_coding/include/video_coding.h +++ b/modules/video_coding/include/video_coding.h
@@ -21,6 +21,7 @@ #include <windows.h> #endif +#include "api/fec_controller.h" #include "api/video/video_frame.h" #include "modules/include/module.h" #include "modules/include/module_common_types.h"