update plugins/publish/publish_node.cpp
This commit is contained in:
parent
9c6f1eaa24
commit
fc7ea39b67
@ -909,7 +909,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool FeedHeader(int64_t ts_ms, const std::vector<uint8_t>& header, bool is_h265) {
|
bool FeedHeader(int64_t ts_ms, const std::vector<uint8_t>& header, bool is_h265) {
|
||||||
if (!splitter_ || header.empty()) return;
|
if (!splitter_ || header.empty()) return false;
|
||||||
cur_ts_ms_ = ts_ms;
|
cur_ts_ms_ = ts_ms;
|
||||||
|
|
||||||
std::vector<std::vector<uint8_t>> cfg;
|
std::vector<std::vector<uint8_t>> cfg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user