File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ using std::thread;
7373using std::unique_lock;
7474
7575namespace hd_rum_decompress {
76- struct state_transcoder_decompress : public frame_recv_delegate {
76+ struct state_transcoder_decompress final : public frame_recv_delegate {
7777 ultragrid_rtp_video_rxtx* video_rxtx;
7878
7979 struct state_recompress *recompress;
@@ -89,9 +89,9 @@ struct state_transcoder_decompress : public frame_recv_delegate {
8989 struct control_state *control;
9090 thread receiver_thread;
9191
92- void frame_arrived (struct video_frame *f, struct audio_frame *a);
92+ void frame_arrived (struct video_frame *f, struct audio_frame *a) override ;
9393
94- virtual ~state_transcoder_decompress () {}
94+ ~state_transcoder_decompress () override = default ;
9595 void worker ();
9696
9797 struct capture_filter *capture_filter_state;
You can’t perform that action at this time.
0 commit comments