mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-28 21:14:03 +08:00
修复编译警告
This commit is contained in:
@@ -68,7 +68,7 @@ bool MpegMuxer::inputFrame(const Frame::Ptr &frame) {
|
||||
}
|
||||
|
||||
case CodecAAC: {
|
||||
CHECK(frame->prefixSize(), "Mpeg muxer required aac frame with adts heade");
|
||||
CHECK(frame->prefixSize(), "Mpeg muxer required aac frame with adts header");
|
||||
}
|
||||
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user