Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 0d1b044

Browse files
eshrubsCommit Bot
authored andcommitted
RTC_EXPORT NV12BufferInterface
Chrome and other platforms will need access to this class when sending biplanar buffers to webrtc. Bug: chromium:1134165 Change-Id: Ia787ab02cb9f302670d6a81e8d4963e7d8fca468 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/187181 Reviewed-by: Niels Moller <[email protected]> Commit-Queue: Evan Shrubsole <[email protected]> Cr-Commit-Position: refs/heads/master@{#32348}
1 parent dcef641 commit 0d1b044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/video/video_frame_buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class BiplanarYuv8Buffer : public BiplanarYuvBuffer {
203203

204204
// Represents Type::kNV12. NV12 is full resolution Y and half-resolution
205205
// interleved UV.
206-
class NV12BufferInterface : public BiplanarYuv8Buffer {
206+
class RTC_EXPORT NV12BufferInterface : public BiplanarYuv8Buffer {
207207
public:
208208
Type type() const override;
209209

0 commit comments

Comments
 (0)