revid: make codec strings for vidgrind match av codecs

This commit is contained in:
Trek H 2021-03-15 11:26:41 +10:30
parent bd76fc3449
commit 24a4a8d202
1 changed files with 1 additions and 1 deletions

View File

@ -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
}, },