Skip to content

Commit b2e37e9

Browse files
committed
hd-rm-recompress: mv m_port_id from vrxtx
no longer used (unsure when it ceased)
1 parent b0fd636 commit b2e37e9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/hd-rum-translator/hd-rum-recompress.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ recompress_output_port::recompress_output_port(
128128
// params["display_device"].ptr = nullptr;
129129

130130
auto rxtx = video_rxtx::create("ultragrid_rtp", &params, common);
131-
if (this->host.find(':') != std::string::npos) {
132-
rxtx->m_port_id = "[" + this->host + "]:" + to_string(tx_port);
133-
} else {
134-
rxtx->m_port_id = this->host + ":" + to_string(tx_port);
135-
}
136131

137132
video_rxtx.reset(rxtx);
138133
}

src/video_rxtx.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ struct video_rxtx {
130130
static void list(bool full) noexcept;
131131
void set_audio_spec(const struct audio_desc *desc, int audio_rx_port,
132132
int audio_tx_port, bool ipv6) noexcept;
133-
std::string m_port_id = "default";
134133

135134
const struct video_rxtx_info *m_impl_funcs = nullptr;
136135
void *m_impl_state = nullptr;

0 commit comments

Comments
 (0)