diff avformat.h @ 1278:f40d75601106 libavformat

initial support for AVOption in AVFormatContext
author nicodvb
date Sun, 27 Aug 2006 12:14:13 +0000
parents 558c75bd81a0
children a12e0b434174
line wrap: on
line diff
--- a/avformat.h	Fri Aug 25 20:50:18 2006 +0000
+++ b/avformat.h	Sun Aug 27 12:14:13 2006 +0000
@@ -112,6 +112,7 @@
                                   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;