Files
go-astiav/device_test.go
Tryanks e5d0d37991 Add avdevice support (#29)
* Add avdevice support

* Format Adjustment:
DeviceRegisterAll renamed to RegisterAllDevices
Move FindInputFormat position
Add Name(), LongName(), String() methods to InputFormat
Adjust TestInputFormat test
2023-07-27 17:59:18 +02:00

11 lines
140 B
Go

package astiav_test
import (
"github.com/asticode/go-astiav"
"testing"
)
func TestDevice(t *testing.T) {
astiav.RegisterAllDevices()
}