We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b9343 commit df7aa66Copy full SHA for df7aa66
sys/ffmpeg51/avformat_core.go
@@ -60,9 +60,10 @@ func AVFormat_avformat_get_class() *AVClass {
60
////////////////////////////////////////////////////////////////////////////////
61
// PUBLIC METHODS - AVSTREAM
62
63
-func AVFormat_avstream_getclass() *AVClass {
64
- return (*AVClass)(C.av_stream_get_class())
65
-}
+//Commented out due to not compiling on debian
+//func AVFormat_avstream_getclass() *AVClass {
+// return (*AVClass)(C.av_stream_get_class())
66
+//}
67
68
func AVFormat_avformat_new_stream(oc *AVFormatContext, c *AVCodec) *AVStream {
69
return (*AVStream)(C.avformat_new_stream((*C.struct_AVFormatContext)(oc), (*C.struct_AVCodec)(c)))
0 commit comments