mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 20:15:58 +08:00
消除编译警告
This commit is contained in:
@@ -55,7 +55,6 @@ const char *TSSegment::onSearchPacketTail(const char *data, size_t len) {
|
||||
|
||||
#if defined(ENABLE_HLS)
|
||||
#include "mpeg-ts.h"
|
||||
#include "mpeg-ts-proto.h"
|
||||
TSDecoder::TSDecoder() : _ts_segment() {
|
||||
_ts_segment.setOnSegment([this](const char *data, size_t len){
|
||||
ts_demuxer_input(_demuxer_ctx,(uint8_t*)data,len);
|
||||
|
||||
Reference in New Issue
Block a user