Menu

Commit [r3212]  Maximize  Restore  History

1) Document that $n (frame count) is no longer subsituted for. The author of

the program hard coded 0 for the value of '$n'.
2) DO NOT USE size_t if '-1' is going to be used as a sentinel! Something like
'if (jpegsize < 0) ...' does not work if jpegsize is size_t. Use ssize_t
instead!

sms00 2008-01-06

changed /trunk/mjpeg_play/docs/lavpipe.1
changed /trunk/mjpeg_play/lavtools/jpeg2yuv.c
/trunk/mjpeg_play/docs/lavpipe.1 Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/lavtools/jpeg2yuv.c 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.