Revision 66b1f210 libavformat/avio.h
libavformat/avio.h | ||
---|---|---|
152 | 152 |
* constants, optionally ORed with other flags. |
153 | 153 |
* @{ |
154 | 154 |
*/ |
155 |
#define URL_RDONLY 1 /**< read-only */
|
|
156 |
#define URL_WRONLY 2 /**< write-only */
|
|
157 |
#define URL_RDWR (URL_RDONLY|URL_WRONLY) /**< read-write */
|
|
155 |
#define URL_RDONLY 0 /**< read-only */
|
|
156 |
#define URL_WRONLY 1 /**< write-only */
|
|
157 |
#define URL_RDWR 2 /**< read-write */
|
|
158 | 158 |
/** |
159 | 159 |
* @} |
160 | 160 |
*/ |
Also available in: Unified diff