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

This commit is contained in:
Saxon 2019-11-23 15:34:59 +10:30
parent e1e890d49e
commit 7587a15fbf
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
/* /*
DESCRIPTION DESCRIPTION
jpeg.go contains code ported from FFmpeg's C implementation of an RTP jpeg.go contains code ported from FFmpeg's C implementation of an RTP
JPEG-compressed Video Depacketizer following RFC 2435. See JPEG-compressed Video Depacketizer following RFC 2435. See
https://ffmpeg.org/doxygen/2.6/rtpdec__jpeg_8c_source.html and https://ffmpeg.org/doxygen/2.6/rtpdec__jpeg_8c_source.html and
https://tools.ietf.org/html/rfc2435). https://tools.ietf.org/html/rfc2435).
This code can be used to build JPEG images from an RTP/JPEG stream. This code can be used to build JPEG images from an RTP/JPEG stream.
AUTHOR AUTHOR
Saxon Nelson-Milton <saxon@ausocean.org> Saxon Nelson-Milton <saxon@ausocean.org>