diff --git a/api/video/video_frame_buffer.h b/api/video/video_frame_buffer.h index fa72ad69e3..abe9c08046 100644 --- a/api/video/video_frame_buffer.h +++ b/api/video/video_frame_buffer.h @@ -203,7 +203,7 @@ class BiplanarYuv8Buffer : public BiplanarYuvBuffer { // Represents Type::kNV12. NV12 is full resolution Y and half-resolution // interleved UV. -class NV12BufferInterface : public BiplanarYuv8Buffer { +class RTC_EXPORT NV12BufferInterface : public BiplanarYuv8Buffer { public: Type type() const override;