mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[xcode] Fix missing "&"
This commit is contained in:
@@ -937,7 +937,7 @@ open_output(struct encode_ctx *ctx, struct decode_ctx *src_ctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Clear AVFMT_NOFILE bit, it is not allowed as we will set our own AVIOContext
|
// Clear AVFMT_NOFILE bit, it is not allowed as we will set our own AVIOContext
|
||||||
oformat->flags = ~AVFMT_NOFILE;
|
oformat->flags &= ~AVFMT_NOFILE;
|
||||||
|
|
||||||
CHECK_NULL(L_XCODE, ctx->ofmt_ctx = avformat_alloc_context());
|
CHECK_NULL(L_XCODE, ctx->ofmt_ctx = avformat_alloc_context());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user