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

This commit is contained in:
Saxon 2019-11-23 15:34:59 +10:30
parent 5b3988a5e0
commit 870c0bc3fa
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
/*
DESCRIPTION
jpeg.go contains code ported from FFmpeg's C implementation of an RTP
JPEG-compressed Video Depacketizer following RFC 2435. See
https://ffmpeg.org/doxygen/2.6/rtpdec__jpeg_8c_source.html and
https://tools.ietf.org/html/rfc2435).
JPEG-compressed Video Depacketizer following RFC 2435. See
https://ffmpeg.org/doxygen/2.6/rtpdec__jpeg_8c_source.html and
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
Saxon Nelson-Milton <saxon@ausocean.org>