mirror of https://bitbucket.org/ausocean/av.git
codec/mjpeg/jpeg.go: fixed indentation in file header
This commit is contained in:
parent
5b3988a5e0
commit
870c0bc3fa
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue