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 Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:

committed by
Guillaume Poirier

parent
2012121363
commit
cc58300e30
@@ -117,7 +117,9 @@ typedef struct AVFormatParameters {
|
||||
int height;
|
||||
enum PixelFormat pix_fmt;
|
||||
int channel; /* used to select dv channel */
|
||||
#if LIBAVFORMAT_VERSION_INT < (52<<16)
|
||||
const char *device; /* video, audio or DV device */
|
||||
#endif
|
||||
const char *standard; /* tv standard, NTSC, PAL, SECAM */
|
||||
int mpeg2ts_raw:1; /* force raw MPEG2 transport stream output, if possible */
|
||||
int mpeg2ts_compute_pcr:1; /* compute exact PCR for each transport
|
||||
|
Reference in New Issue
Block a user