mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 08:40:28 +00:00
vdisp/pipe: frame_recv_delegate: Add virtual dtor
Dtor is overriden in subclasses, so it needs to be virtual
This commit is contained in:
@@ -43,6 +43,7 @@ struct video_frame;
|
||||
|
||||
class frame_recv_delegate {
|
||||
public:
|
||||
virtual ~frame_recv_delegate() = default;
|
||||
/**
|
||||
* Implementing method must release both audio and video frame received
|
||||
* as parameters with AUDIO_FRAME_DISPOSE() and VIDEO_FRAME_DISPOSE().
|
||||
|
||||
Reference in New Issue
Block a user