Delete unused field from AndroidVideoTrackSource
BUG=None Review-Url: https://codereview.webrtc.org/2974713002 Cr-Commit-Position: refs/heads/master@{#19117}
This commit is contained in:
parent
48e4d6d609
commit
f3a48ab6dc
1
AUTHORS
1
AUTHORS
@ -54,6 +54,7 @@ Vicken Simonian <vsimon@gmail.com>
|
||||
Victor Costan <costan@gmail.com>
|
||||
Xiaohong Xu <freemine@yeah.net>
|
||||
Hans Knoechel <hans@hans-knoechel.de>
|
||||
Korniltsev Anatoly <korniltsev.anatoly@gmail.com>
|
||||
|
||||
&yet LLC <*@andyet.com>
|
||||
Agora IO <*@agora.io>
|
||||
|
||||
@ -71,7 +71,6 @@ class AndroidVideoTrackSource : public rtc::AdaptedVideoTrackSource {
|
||||
rtc::AsyncInvoker invoker_;
|
||||
rtc::ThreadChecker camera_thread_checker_;
|
||||
SourceState state_;
|
||||
rtc::VideoBroadcaster broadcaster_;
|
||||
rtc::TimestampAligner timestamp_aligner_;
|
||||
NV12ToI420Scaler nv12toi420_scaler_;
|
||||
I420BufferPool buffer_pool_;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user