mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[xcode] Fix missing "&"
This commit is contained in:
parent
b8e0280567
commit
992ab90876
@ -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());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user