reorder comments to match field

This commit is contained in:
szook 2018-10-01 11:37:59 -04:00 committed by GitHub
parent 7d93fa5e2a
commit 35491038e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {