Skip to content

Commit

Permalink
Minor format fix; readme
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgisio committed Aug 31, 2015
1 parent 89ad4f4 commit 4a867a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ go get github.com/giorgisio/goav

## Note
- Function names in Go are consistent with that of the libraries to help with easy search
- [cgo: Extending Go with C](http://blog.giorgis.io/cgo-examples)

## Contribute
- Fork this repo and create your own feature branch.
Expand Down
7 changes: 2 additions & 5 deletions avdevice/avdevice.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ type (
AVOutputFormat C.struct_AVOutputFormat
AVFormatContext C.struct_AVFormatContext
AVDictionary C.struct_AVDictionary
)

type (
AVAppToDevMessageType C.enum_AVAppToDevMessageType
AVDevToAppMessageType C.enum_AVDevToAppMessageType
AVAppToDevMessageType C.enum_AVAppToDevMessageType
AVDevToAppMessageType C.enum_AVDevToAppMessageType
)

//unsigned avdevice_version (void)
Expand Down
16 changes: 5 additions & 11 deletions avutil/avutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,13 @@ import (
)

type (
AVOptions C.struct_AVOptions
AVDictionary C.struct_AVDictionary
AVTree C.struct_AVTree
AVRational C.struct_AVRational
)

type (
AVOptions C.struct_AVOptions
AVDictionary C.struct_AVDictionary
AVTree C.struct_AVTree
AVRational C.struct_AVRational
AVMediaType C.enum_AVMediaType
AVPictureType C.enum_AVPictureType
)

type (
File C.FILE
File C.FILE
)

//unsigned avutil_version (void)
Expand Down
5 changes: 0 additions & 5 deletions avutil/exported.go

This file was deleted.

0 comments on commit 4a867a3

Please sign in to comment.