comparison avformat.h @ 1675:b8656dd86312 libavformat

Attempt to better document AVFMT_NOFILE.
author reimar
date Fri, 19 Jan 2007 22:54:50 +0000
parents a7508607760c
children 2a85c82b8538
comparison
equal deleted inserted replaced
1674:a216ebdce1ff 1675:b8656dd86312
126 int prealloced_context:1; 126 int prealloced_context:1;
127 enum CodecID video_codec_id; 127 enum CodecID video_codec_id;
128 enum CodecID audio_codec_id; 128 enum CodecID audio_codec_id;
129 } AVFormatParameters; 129 } AVFormatParameters;
130 130
131 #define AVFMT_NOFILE 0x0001 /* no file should be opened */ 131 //! demuxer will use url_fopen, no opened file should be provided by the caller
132 #define AVFMT_NOFILE 0x0001
132 #define AVFMT_NEEDNUMBER 0x0002 /* needs '%d' in filename */ 133 #define AVFMT_NEEDNUMBER 0x0002 /* needs '%d' in filename */
133 #define AVFMT_SHOW_IDS 0x0008 /* show format stream IDs numbers */ 134 #define AVFMT_SHOW_IDS 0x0008 /* show format stream IDs numbers */
134 #define AVFMT_RAWPICTURE 0x0020 /* format wants AVPicture structure for 135 #define AVFMT_RAWPICTURE 0x0020 /* format wants AVPicture structure for
135 raw picture data */ 136 raw picture data */
136 #define AVFMT_GLOBALHEADER 0x0040 /* format wants global header */ 137 #define AVFMT_GLOBALHEADER 0x0040 /* format wants global header */