//AVOutputFormat * av_output_video_device_next (AVOutputFormat *d) //Video output devices iterator. func Av_output_video_device_next(d *AVOutputFormat) *AVOutputFormat { return (*AVOutputFormat)(C.av_output_video_device_next((*C.struct_AVOutputFormat)(d))) }
//Video output devices iterator. func (d *OutputFormat) AvOutputVideoDeviceNext() *OutputFormat { return (*OutputFormat)(C.av_output_video_device_next((*C.struct_AVOutputFormat)(d))) }