mirror of
https://github.com/datarhei/core.git
synced 2025-10-10 02:10:17 +08:00
Add avstream codec parameter
This commit is contained in:
@@ -47,6 +47,16 @@ func TestAVStream(t *testing.T) {
|
||||
Duplicating: true,
|
||||
GOP: "gop",
|
||||
Mode: "mode",
|
||||
Codec: "h264",
|
||||
Profile: 858,
|
||||
Level: 64,
|
||||
Pixfmt: "yuv420p",
|
||||
Width: 1920,
|
||||
Height: 1080,
|
||||
Samplefmt: "fltp",
|
||||
Sampling: 44100,
|
||||
Layout: "stereo",
|
||||
Channels: 42,
|
||||
}
|
||||
|
||||
p := AVstream{}
|
||||
|
Reference in New Issue
Block a user