The plan is to: 1. Move FrameObject to api/video. 2. Rename FrameObject to EncodedFrame. 3. Move EncodedFrame out of the video_coding namespace. This is the 1st CL. Bug: webrtc:8909 Change-Id: I2e5100eda6c51bcefb32295e03b73cf1f5c213a4 Reviewed-on: https://webrtc-review.googlesource.com/55560 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22135}
9 lines
267 B
Python
9 lines
267 B
Python
specific_include_rules = {
|
|
# Until the new VideoStreamDecoder is implemented the current decoding
|
|
# pipeline will be used, and therefore EncodedFrame needs to inherit
|
|
# VCMEncodedFrame.
|
|
"encoded_frame.h": [
|
|
"+modules/video_coding/encoded_frame.h",
|
|
],
|
|
}
|