mirror of https://bitbucket.org/ausocean/av.git
codec/codecutil/list.go: added JPEG constant to codec consts enum
This commit is contained in:
parent
052d3fcad8
commit
ca3f6b7620
|
@ -36,6 +36,7 @@ const (
|
|||
H264
|
||||
H265
|
||||
MJPEG
|
||||
JPEG
|
||||
)
|
||||
|
||||
// IsValid recieves an int representing a codec and checks if it is valid.
|
||||
|
|
Loading…
Reference in New Issue