comparison avformat.h @ 159:7d698c3213a0 libavformat

tv standard selection support for dv1394 and grab (v4l)
author al3x
date Wed, 25 Jun 2003 10:21:45 +0000
parents ec4d9190d3b1
children 470456bd0065
comparison
equal deleted inserted replaced
158:700b69d00b27 159:7d698c3213a0
84 int height; 84 int height;
85 enum PixelFormat pix_fmt; 85 enum PixelFormat pix_fmt;
86 struct AVImageFormat *image_format; 86 struct AVImageFormat *image_format;
87 int channel; /* used to select dv channel */ 87 int channel; /* used to select dv channel */
88 const char *device; /* video4linux, audio or DV device */ 88 const char *device; /* video4linux, audio or DV device */
89 const char *standard; /* tv standard, NTSC, PAL, SECAM */
89 } AVFormatParameters; 90 } AVFormatParameters;
90 91
91 #define AVFMT_NOFILE 0x0001 /* no file should be opened */ 92 #define AVFMT_NOFILE 0x0001 /* no file should be opened */
92 #define AVFMT_NEEDNUMBER 0x0002 /* needs '%d' in filename */ 93 #define AVFMT_NEEDNUMBER 0x0002 /* needs '%d' in filename */
93 #define AVFMT_NOHEADER 0x0004 /* signal that no header is present 94 #define AVFMT_NOHEADER 0x0004 /* signal that no header is present