Skip to content

Commit ed8fff7

Browse files
committed
[USBVIDEO]
- Revert to 16 packets, wip
1 parent a4bbfb1 commit ed8fff7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/usb/usbvideo/usbvideo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ typedef struct
6060
}STILL_PROBE_COMMIT, *PSTILL_PROBE_COMMIT;;
6161

6262

63-
#define ISO_PACKET_COUNT 24 // FIXME determine packet count by bInterval
63+
#define ISO_PACKET_COUNT 16 // FIXME determine packet count by bInterval
6464
#define BULK_TRANSFER_SIZE (64*1024)
6565
#define ISO_TRANSFER_SIZE (64*1024)
6666
#define URB_POOL_COUNT 4
6767

68+
6869
typedef struct _FRAME_CONTEXT {
6970
PUCHAR FrameBuffer;
7071
ULONG FrameSize;

0 commit comments

Comments
 (0)