[FFmpeg-cvslog] r9495 - trunk/libavformat/avformat.h
lucabe
subversion
Fri Jul 6 09:16:47 CEST 2007
Author: lucabe
Date: Fri Jul 6 09:16:47 2007
New Revision: 9495
Log:
Add support for non-blocking input formats
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h (original)
+++ trunk/libavformat/avformat.h Fri Jul 6 09:16:47 2007
@@ -399,6 +399,7 @@ typedef struct AVFormatContext {
int flags;
#define AVFMT_FLAG_GENPTS 0x0001 ///< generate pts if missing even if it requires parsing future frames
#define AVFMT_FLAG_IGNIDX 0x0002 ///< ignore index
+#define AVFMT_FLAG_NONBLOCK 0x0004 ///< do not block when reading packets from input
int loop_input;
/** decoding: size of data to probe; encoding unused */
More information about the ffmpeg-cvslog
mailing list