comparison dv1394.h @ 156:6c90bbfc4b97 libavformat

1000l
author al3x
date Fri, 20 Jun 2003 15:51:24 +0000
parents 78a13c7b7d49
children d98ed04d62a6
comparison
equal deleted inserted replaced
155:78a13c7b7d49 156:6c90bbfc4b97
29 #define DV1394_DEFAULT_CHANNEL 0x63 29 #define DV1394_DEFAULT_CHANNEL 0x63
30 #define DV1394_DEFAULT_CARD 0 30 #define DV1394_DEFAULT_CARD 0
31 #define DV1394_RING_FRAMES 20 31 #define DV1394_RING_FRAMES 20
32 32
33 #define DV1394_WIDTH 720 33 #define DV1394_WIDTH 720
34 #define DV1394_HEIGHT 576 34 #define DV1394_NTSC_HEIGHT 480
35 #define DV1394_PAL_HEIGHT 576
35 36
36 /* This is the public user-space interface. Try not to break it. */ 37 /* This is the public user-space interface. Try not to break it. */
37 38
38 #define DV1394_API_VERSION 0x20011127 39 #define DV1394_API_VERSION 0x20011127
39 40