comparison avformat.h @ 795:391669d461d4 libavformat

*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
author michael
date Sat, 25 Jun 2005 09:04:08 +0000
parents 977417187c64
children f5a231a9a2f1
comparison
equal deleted inserted replaced
794:040cf31abb4b 795:391669d461d4
105 int width; 105 int width;
106 int height; 106 int height;
107 enum PixelFormat pix_fmt; 107 enum PixelFormat pix_fmt;
108 struct AVImageFormat *image_format; 108 struct AVImageFormat *image_format;
109 int channel; /* used to select dv channel */ 109 int channel; /* used to select dv channel */
110 const char *device; /* video4linux, audio or DV device */ 110 const char *device; /* video, audio or DV device */
111 const char *standard; /* tv standard, NTSC, PAL, SECAM */ 111 const char *standard; /* tv standard, NTSC, PAL, SECAM */
112 int mpeg2ts_raw:1; /* force raw MPEG2 transport stream output, if possible */ 112 int mpeg2ts_raw:1; /* force raw MPEG2 transport stream output, if possible */
113 int mpeg2ts_compute_pcr:1; /* compute exact PCR for each transport 113 int mpeg2ts_compute_pcr:1; /* compute exact PCR for each transport
114 stream packet (only meaningful if 114 stream packet (only meaningful if
115 mpeg2ts_raw is TRUE */ 115 mpeg2ts_raw is TRUE */