CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/25 15:23:54
Modified files:
sys/dev/usb : uvideo.c uvideo.h
Log message:
* the mjpeg and uncompressed video frame descriptor structures are
equivilent. only define one structure, struct usb_video_frame_desc,
and handle both types of frame descriptors in the same code.
* replace hardcoded numbers with 'sizeof(struct usb_video_frame_desc)'
where the numbers represent the size of a frame descriptor
tested by several
