Skip to content
Snippets Groups Projects
Commit 39e29aa0 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

cosmetics: Fix indentation

parent f4dd6465
No related branches found
No related tags found
No related merge requests found
...@@ -209,7 +209,7 @@ static int sap_write_header(AVFormatContext *s) ...@@ -209,7 +209,7 @@ static int sap_write_header(AVFormatContext *s)
pos += strlen(&sap->ann[pos]) + 1; pos += strlen(&sap->ann[pos]) + 1;
if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos], if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos],
sap->ann_size - pos)) { sap->ann_size - pos)) {
ret = AVERROR_INVALIDDATA; ret = AVERROR_INVALIDDATA;
goto fail; goto fail;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment