codec/mjpeg/jpeg.go: fixed indentation on file header

This commit is contained in:
Saxon 2019-12-23 12:48:08 +10:30
parent 495e5c615a
commit 5cd4a0a23c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* /*
DESCRIPTION DESCRIPTION
extract.go provides an Extractor to get JPEG images from an RTP/JPEG stream extract.go provides an Extractor to get JPEG images from an RTP/JPEG stream
defined by RFC 2435 (see https://tools.ietf.org/html/rfc2435). defined by RFC 2435 (see https://tools.ietf.org/html/rfc2435).
AUTHOR AUTHOR
Saxon Nelson-Milton <saxon@ausocean.org> Saxon Nelson-Milton <saxon@ausocean.org>