comparison avformat.h @ 1279:a12e0b434174 libavformat

added option probesize; at the moment only used by mpegts.c
author nicodvb
date Sun, 27 Aug 2006 12:21:19 +0000
parents f40d75601106
children b5226e679a31
comparison
equal deleted inserted replaced
1278:f40d75601106 1279:a12e0b434174
339 339
340 int flags; 340 int flags;
341 #define AVFMT_FLAG_GENPTS 0x0001 ///< generate pts if missing even if it requires parsing future frames 341 #define AVFMT_FLAG_GENPTS 0x0001 ///< generate pts if missing even if it requires parsing future frames
342 342
343 int loop_input; 343 int loop_input;
344 /* decoding: size of data to probe; encoding unused */
345 unsigned int probesize;
344 } AVFormatContext; 346 } AVFormatContext;
345 347
346 typedef struct AVPacketList { 348 typedef struct AVPacketList {
347 AVPacket pkt; 349 AVPacket pkt;
348 struct AVPacketList *next; 350 struct AVPacketList *next;