comparison avformat.h @ 1795:62792a60f740 libavformat

implement new grabbing interface, as described here: ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface
author gpoirier
date Wed, 14 Feb 2007 17:01:32 +0000
parents eb16c64144ee
children daaa79ca14f0
comparison
equal deleted inserted replaced
1794:11c57b75bccd 1795:62792a60f740
115 int channels; 115 int channels;
116 int width; 116 int width;
117 int height; 117 int height;
118 enum PixelFormat pix_fmt; 118 enum PixelFormat pix_fmt;
119 int channel; /* used to select dv channel */ 119 int channel; /* used to select dv channel */
120 #if LIBAVFORMAT_VERSION_INT < (52<<16)
120 const char *device; /* video, audio or DV device */ 121 const char *device; /* video, audio or DV device */
122 #endif
121 const char *standard; /* tv standard, NTSC, PAL, SECAM */ 123 const char *standard; /* tv standard, NTSC, PAL, SECAM */
122 int mpeg2ts_raw:1; /* force raw MPEG2 transport stream output, if possible */ 124 int mpeg2ts_raw:1; /* force raw MPEG2 transport stream output, if possible */
123 int mpeg2ts_compute_pcr:1; /* compute exact PCR for each transport 125 int mpeg2ts_compute_pcr:1; /* compute exact PCR for each transport
124 stream packet (only meaningful if 126 stream packet (only meaningful if
125 mpeg2ts_raw is TRUE */ 127 mpeg2ts_raw is TRUE */