mirror of https://bitbucket.org/ausocean/av.git
revid: make codec strings for vidgrind match av codecs
This commit is contained in:
parent
bd76fc3449
commit
24a4a8d202
|
@ -297,7 +297,7 @@ var Variables = []struct {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: KeyInputCodec,
|
Name: KeyInputCodec,
|
||||||
Type_: "enum:H264,H265,MJPEG,JPEG,PCM,ADPCM",
|
Type_: "enum:h264,h265,mjpeg,jpeg,pcm,adpcm",
|
||||||
Update: func(c *Config, v string) {
|
Update: func(c *Config, v string) {
|
||||||
c.InputCodec = v
|
c.InputCodec = v
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue