Files
Alessandro Ros 1f11d95059
Some checks reported warnings
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
support recording M-JPEG tracks (#2391)
2023-09-22 12:35:35 +02:00

8 lines
88 B
Go

package unit
// MJPEG is a M-JPEG data unit.
type MJPEG struct {
Base
Frame []byte
}