Skip to content

Commit df7aa66

Browse files
committed
Updated changes for debian
1 parent 03b9343 commit df7aa66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sys/ffmpeg51/avformat_core.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ func AVFormat_avformat_get_class() *AVClass {
6060
////////////////////////////////////////////////////////////////////////////////
6161
// PUBLIC METHODS - AVSTREAM
6262

63-
func AVFormat_avstream_getclass() *AVClass {
64-
return (*AVClass)(C.av_stream_get_class())
65-
}
63+
//Commented out due to not compiling on debian
64+
//func AVFormat_avstream_getclass() *AVClass {
65+
// return (*AVClass)(C.av_stream_get_class())
66+
//}
6667

6768
func AVFormat_avformat_new_stream(oc *AVFormatContext, c *AVCodec) *AVStream {
6869
return (*AVStream)(C.avformat_new_stream((*C.struct_AVFormatContext)(oc), (*C.struct_AVCodec)(c)))

0 commit comments

Comments
 (0)