Remove VCMEncodedFrameCallback and VCMGenericEncoder
This CL takes a few parts of VCMEncodedFrameCallback and VCMGenericEncoder and folds some aspect directly into VideoStreamEncoder. Parts related to timing frames are extracted into a new class FrameEncodeTimer that explicitly handles that. Bug: webrtc:10164 Change-Id: I9b26f734473b659e4093c84c09fb0ed441290e40 Reviewed-on: https://webrtc-review.googlesource.com/c/124122 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26862}
This commit is contained in:
@ -21,7 +21,6 @@
|
||||
#include "modules/video_coding/decoder_database.h"
|
||||
#include "modules/video_coding/frame_buffer.h"
|
||||
#include "modules/video_coding/generic_decoder.h"
|
||||
#include "modules/video_coding/generic_encoder.h"
|
||||
#include "modules/video_coding/jitter_buffer.h"
|
||||
#include "modules/video_coding/receiver.h"
|
||||
#include "modules/video_coding/timing.h"
|
||||
|
Reference in New Issue
Block a user