Merge pull request #73 from szook/reorder-comments-to-match-field

reorder comments to match field
This commit is contained in:
Eric Tang 2018-10-15 00:05:31 -07:00 committed by GitHub
commit 96fe07ee6b
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 {