You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run transcode.go example by following the installation guide. But I'm getting this error:
# audio-extract-resample
./main.go:95:16: inputCtx.CloseInputAndRelease undefined (type *gmf.FmtCtx has no field or method CloseInputAndRelease)
./main.go:98:17: outputCtx.CloseOutputAndRelease undefined (type *gmf.FmtCtx has no field or method CloseOutputAndRelease)
./main.go:131:23: packet.Frames undefined (type *gmf.Packet has no field or method Frames)
./main.go:137:15: cannot use packet (type *gmf.Packet) as type gmf.CgoMemoryManager in argument to gmf.Release:
*gmf.Packet does not implement gmf.CgoMemoryManager (missing Release method)
The text was updated successfully, but these errors were encountered:
HI,
I'm trying to run transcode.go example by following the installation guide. But I'm getting this error:
The text was updated successfully, but these errors were encountered: