You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
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