Commit 39e29aa0 authored by Martin Storsjö's avatar Martin Storsjö

cosmetics: Fix indentation

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent f4dd6465
......@@ -209,7 +209,7 @@ static int sap_write_header(AVFormatContext *s)
pos += strlen(&sap->ann[pos]) + 1;
if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos],
sap->ann_size - pos)) {
sap->ann_size - pos)) {
ret = AVERROR_INVALIDDATA;
goto fail;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment