forked from External/mediamtx
formatprocessor: prevent generating empty H264/H265 RTP packets (#1505)
This commit is contained in:
parent
2cffea6d51
commit
bf691d1680
5 changed files with 61 additions and 9 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue