Move RtpFrameObject and EncodedFrame out of video_coding namespace.
Bug: webrtc:12579 Change-Id: Ib7ecd624eb5c54abb77fe08440a014aa1e963865 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/212860 Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Philip Eliasson <philipel@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33542}
This commit is contained in:
@ -15,7 +15,6 @@
|
||||
#include "api/video/encoded_frame.h"
|
||||
|
||||
namespace webrtc {
|
||||
namespace video_coding {
|
||||
|
||||
class RtpFrameObject : public EncodedFrame {
|
||||
public:
|
||||
@ -64,7 +63,11 @@ class RtpFrameObject : public EncodedFrame {
|
||||
int times_nacked_;
|
||||
};
|
||||
|
||||
// TODO(bugs.webrtc.org/12579): Remove when downstream has been updated.
|
||||
namespace video_coding {
|
||||
using ::webrtc::RtpFrameObject;
|
||||
} // namespace video_coding
|
||||
|
||||
} // namespace webrtc
|
||||
|
||||
#endif // MODULES_VIDEO_CODING_FRAME_OBJECT_H_
|
||||
|
Reference in New Issue
Block a user