mirror of
https://github.com/asticode/go-astiav.git
synced 2025-10-05 16:16:50 +08:00
9 lines
121 B
Go
9 lines
121 B
Go
package astiav
|
|
|
|
//#include <libavdevice/avdevice.h>
|
|
import "C"
|
|
|
|
func RegisterAllDevices() {
|
|
C.avdevice_register_all()
|
|
}
|