avio: AVIO_ prefixes for URL_ open flags.
This commit is contained in:
@@ -93,7 +93,7 @@ static int rtmp_open(URLContext *s, const char *uri, int flags)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
if (flags & URL_WRONLY)
|
||||
if (flags & AVIO_WRONLY)
|
||||
RTMP_EnableWrite(r);
|
||||
|
||||
if (!RTMP_Connect(r, NULL) || !RTMP_ConnectStream(r, 0)) {
|
||||
|
Reference in New Issue
Block a user