Menu

Commit [r1321]  Maximize  Restore  History

Cleaned-up some pointer types:

o For Y'CbCr buffers, changed "unsigned char *" to the even less ambiguous
"uint8_t *", because that is precisely what they are.
o For y4m_read() and y4m_write(), changed "char *" to "void *", which more
accurately reflects their use as wrappers for read() and write().
(Internally, cast to "uint8_t *" in order to do some byte-wise pointer
arithmetic.)
o All other "char *" refer to character strings, and have been left alone.

mdoggydog 2002-03-05

changed /trunk/mjpeg_play/utils/yuv4mpeg.c
changed /trunk/mjpeg_play/utils/yuv4mpeg.h
/trunk/mjpeg_play/utils/yuv4mpeg.c Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/utils/yuv4mpeg.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.