Merge pull request #73 from szook/reorder-comments-to-match-field
reorder comments to match field
This commit is contained in:
commit
96fe07ee6b
4
av/av.go
4
av/av.go
@ -179,8 +179,8 @@ type CodecData interface {
|
|||||||
|
|
||||||
type VideoCodecData interface {
|
type VideoCodecData interface {
|
||||||
CodecData
|
CodecData
|
||||||
Width() int // Video height
|
Width() int // Video width
|
||||||
Height() int // Video width
|
Height() int // Video height
|
||||||
}
|
}
|
||||||
|
|
||||||
type AudioCodecData interface {
|
type AudioCodecData interface {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user