mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-04 15:22:48 +08:00
formatprocessor: prevent generating empty H264/H265 RTP packets (#1505)
This commit is contained in:
@@ -17,7 +17,7 @@ type Data interface {
|
||||
|
||||
// Processor allows to cleanup and normalize streams.
|
||||
type Processor interface {
|
||||
// cleanups and normalizes a data unit.
|
||||
// clears and normalizes a data unit.
|
||||
Process(Data, bool) error
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user