mirror of https://bitbucket.org/ausocean/av.git
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:
commit
1179ab4293
|
@ -36,6 +36,7 @@ const (
|
||||||
H264
|
H264
|
||||||
H265
|
H265
|
||||||
MJPEG
|
MJPEG
|
||||||
|
JPEG
|
||||||
)
|
)
|
||||||
|
|
||||||
// IsValid recieves an int representing a codec and checks if it is valid.
|
// IsValid recieves an int representing a codec and checks if it is valid.
|
||||||
|
|
Loading…
Reference in New Issue