mirror of
https://github.com/aler9/gortsplib
synced 2025-11-02 21:14:07 +08:00
remove debug instruction from examples (#771)
This commit is contained in:
@@ -153,7 +153,6 @@ func (d *mp4aEncoder) encode(samples []byte) ([][]byte, int64, error) {
|
||||
return nil, 0, nil
|
||||
}
|
||||
if res < 0 {
|
||||
fmt.Println(res)
|
||||
return nil, 0, fmt.Errorf("avcodec_receive_packet() failed")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user