Skip to content

Commit

Permalink
Merge pull request nareix#73 from szook/reorder-comments-to-match-field
Browse files Browse the repository at this point in the history
reorder comments to match field
  • Loading branch information
ericxtang authored Oct 15, 2018
2 parents 7d93fa5 + 3549103 commit 96fe07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions av/av.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ type CodecData interface {

type VideoCodecData interface {
CodecData
Width() int // Video height
Height() int // Video width
Width() int // Video width
Height() int // Video height
}

type AudioCodecData interface {
Expand Down

0 comments on commit 96fe07e

Please sign in to comment.