summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorNico Sabbi <nicola.sabbi@poste.it>2006-08-27 12:14:13 +0000
committerNico Sabbi <nicola.sabbi@poste.it>2006-08-27 12:14:13 +0000
commit4eb72c6b2354e7e4126bb958832bf3dd24c8e7e9 (patch)
tree9ed6a13cd670062c7733bbf1754f56fb60b60901 /libavformat/avformat.h
parentc0c66dd81d232731c7bedfe56821de5fe233a081 (diff)
initial support for AVOption in AVFormatContext
Originally committed as revision 6108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3f834a424d..9ba1b27865 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -112,6 +112,7 @@ typedef struct AVFormatParameters {
mpeg2ts_raw is TRUE */
int initial_pause:1; /* do not begin to play the stream
immediately (RTSP only) */
+ int prealloced_context:1;
enum CodecID video_codec_id;
enum CodecID audio_codec_id;
} AVFormatParameters;