Merged in add-jpeg-codec-const (pull request #443)

codec/codecutil/list.go: added JPEG constant to codec consts enum
This commit is contained in:
Saxon Milton 2021-01-12 04:38:36 +00:00
commit 1179ab4293
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ const (
H264
H265
MJPEG
JPEG
)
// IsValid recieves an int representing a codec and checks if it is valid.