Removed pixfmt from Video
This commit is contained in:
parent
0e18bf49d1
commit
226b3efe8f
4 changed files with 0 additions and 10 deletions
|
@ -29,7 +29,6 @@ func TestVideoMetaData(t *testing.T) {
|
|||
assertEquals(video.fps, float64(30))
|
||||
assertEquals(video.codec, "h264")
|
||||
assertEquals(video.audioCodec, "aac")
|
||||
assertEquals(video.pixfmt, "yuv420p")
|
||||
assertEquals(len(video.framebuffer), 0)
|
||||
|
||||
if video.pipe != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue