mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-05 16:16:50 +08:00

* Add avdevice support * Format Adjustment: DeviceRegisterAll renamed to RegisterAllDevices Move FindInputFormat position Add Name(), LongName(), String() methods to InputFormat Adjust TestInputFormat test
11 lines
140 B
Go
11 lines
140 B
Go
package astiav_test
|
|
|
|
import (
|
|
"github.com/asticode/go-astiav"
|
|
"testing"
|
|
)
|
|
|
|
func TestDevice(t *testing.T) {
|
|
astiav.RegisterAllDevices()
|
|
}
|