Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim0N22 committed Sep 24, 2015
1 parent 28fefff commit 17e306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func FindDecoder(i interface{}) (*Codec, error) {
}

func FindEncoder(i interface{}) (*Codec, error) {
var avc *C.struct_AVCodec
var avc *C.AVCodec

switch t := i.(type) {
case string:
Expand Down

0 comments on commit 17e306d

Please sign in to comment.