mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 19:44:01 +08:00
Update CI configs to v0.11.15
Update lint scripts and CI configs.
This commit is contained in:
@@ -228,7 +228,7 @@ func writeFileToTrack(ivf *ivfreader.IVFReader, header *ivfreader.IVFFileHeader,
|
||||
frame, _, err := ivf.ParseNextFrame()
|
||||
if errors.Is(err, io.EOF) {
|
||||
fmt.Printf("All video frames parsed and sent")
|
||||
os.Exit(0)
|
||||
os.Exit(0) //nolint: gocritic
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user