Exemple #1
0
func AvformatGetMovVideoTags() *AvCodecTag {
	return (*AvCodecTag)(C.avformat_get_mov_video_tags())
}
Exemple #2
0
//struct AVCodecTag * avformat_get_mov_video_tags (void)
func Avformat_get_mov_video_tags() *AVCodecTag {
	return (*AVCodecTag)(C.avformat_get_mov_video_tags())
}