We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d53ff9 commit 2ca38e7Copy full SHA for 2ca38e7
src/hd-rum-translator/hd-rum-recompress.cpp
@@ -8,7 +8,7 @@
8
* (therefore it wraps the whole sending part of UltraGrid).
9
*/
10
/*
11
- * Copyright (c) 2013-2023 CESNET, z. s. p. o.
+ * Copyright (c) 2013-2025 CESNET
12
* All rights reserved.
13
*
14
* Redistribution and use in source and binary forms, with or without
@@ -66,7 +66,7 @@
66
67
namespace {
68
struct compress_state_deleter{
69
- void operator()(struct compress_state *s){ module_done(CAST_MODULE(s)); }
+ void operator()(struct compress_state *s){ compress_done(s); }
70
};
71
}
72
0 commit comments