Revert "优化SEI/AUD帧处理逻辑" (#4361)

This reverts commit a35444f27e.
This commit is contained in:
xia-chu
2025-08-02 20:34:00 +08:00
parent 5a10db5f1b
commit 32ab752263
3 changed files with 1 additions and 16 deletions

View File

@@ -157,7 +157,6 @@ bool H264Track::inputFrame(const Frame::Ptr &frame) {
// AUD帧丢弃
return false;
}
if ((type == H264Frame::NAL_B_P || type == H264Frame::NAL_IDR) && ready()) {
return inputFrame_l(frame);
}