This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: Fix indentation
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö
13 years ago
parent
f4dd6465e9
commit
39e29aa019
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/sapenc.c
+ 1
- 1
libavformat/sapenc.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save