remove debug instruction from examples (#771)

This commit is contained in:
Alessandro Ros
2025-05-01 16:57:41 +02:00
committed by GitHub
parent 162a72dd96
commit 18307140ec

View File

@@ -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")
}