diff 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
line wrap: on
line diff
--- a/avformat.h	Fri Jan 19 22:52:59 2007 +0000
+++ b/avformat.h	Fri Jan 19 22:54:50 2007 +0000
@@ -128,7 +128,8 @@
     enum CodecID audio_codec_id;
 } AVFormatParameters;
 
-#define AVFMT_NOFILE        0x0001 /* no file should be opened */
+//! demuxer will use url_fopen, no opened file should be provided by the caller
+#define AVFMT_NOFILE        0x0001
 #define AVFMT_NEEDNUMBER    0x0002 /* needs '%d' in filename */
 #define AVFMT_SHOW_IDS      0x0008 /* show format stream IDs numbers */
 #define AVFMT_RAWPICTURE    0x0020 /* format wants AVPicture structure for