Skip to content

Commit

Permalink
reorder comments to match field
Browse files Browse the repository at this point in the history
  • Loading branch information
szook authored Oct 1, 2018
1 parent 7d93fa5 commit 3549103
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 3549103

Please sign in to comment.