mirror of
https://github.com/giorgisio/goav.git
synced 2024-04-21 12:31:56 +00:00
godoc compatible package descriptions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Avpicture
|
||||
package avcodec
|
||||
|
||||
//#cgo pkg-config: libavcodec
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Bit Stream Filters
|
||||
package avcodec
|
||||
|
||||
//#cgo pkg-config: libavcodec
|
||||
|
||||
+1
-1
@@ -1,13 +1,13 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Multiple encoders have the same ID and are able to encode compatible streams.
|
||||
package avcodec
|
||||
|
||||
//#cgo pkg-config: libavformat
|
||||
//#include <libavformat/avformat.h>
|
||||
import "C"
|
||||
|
||||
// Multiple encoders have the same ID and are able to encode compatible streams.
|
||||
const (
|
||||
AV_CODEC_ID_012V = int(C.AV_CODEC_ID_012V)
|
||||
AV_CODEC_ID_4XM = int(C.AV_CODEC_ID_4XM)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Avcodec context methods
|
||||
package avcodec
|
||||
|
||||
//#cgo pkg-config: libavcodec
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Context struct values
|
||||
package avcodec
|
||||
|
||||
func (ctxt *Context) ActiveThreadType() int {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Packet methods
|
||||
package avcodec
|
||||
|
||||
//#cgo pkg-config: libavcodec
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Packet
|
||||
package avcodec
|
||||
|
||||
func (p *Packet) Buf() *AvBufferRef {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Pixelformat
|
||||
package avcodec
|
||||
|
||||
//#cgo pkg-config: libavcodec
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Input and Output format
|
||||
package avdevice
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Filer Graphs
|
||||
package avfilter
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Filer Graphs
|
||||
package avfilter
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Format Context
|
||||
package avformat
|
||||
|
||||
//#cgo pkg-config: libavformat
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Format Context
|
||||
package avformat
|
||||
|
||||
//#cgo pkg-config: libavformat
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Streams
|
||||
package avformat
|
||||
|
||||
//#cgo pkg-config: libavformat
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Stream methods
|
||||
package avformat
|
||||
|
||||
//#cgo pkg-config: libavformat
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Utility Frames
|
||||
package avutil
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// Utility Memory
|
||||
package avutil
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
|
||||
// Giorgis (habtom@giorgis.io)
|
||||
|
||||
// The process of changing the sampling rate of a discrete signal to obtain a new discrete representation of the underlying continuous signal.
|
||||
// resampler provides a high-level interface to the libswresample library audio resampling utilities
|
||||
package swresample
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user