godoc compatible package descriptions

This commit is contained in:
H.G. Giorgis
2015-09-05 13:45:20 -04:00
parent e8f4019603
commit e15811505d
18 changed files with 1 additions and 19 deletions
-1
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
/*
-2
View File
@@ -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
/*