mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
cosmetics: Fix indentation
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
f4dd6465e9
commit
39e29aa019
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user