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/n0.11
Martin Storsjö
13 years ago
parent
456001486e
commit
2ce7f4d4e6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/rtpdec_xiph.c
+ 1
- 1
libavformat/rtpdec_xiph.c
View File
@@ -372,7 +372,7 @@ static int xiph_parse_fmtp_pair(AVStream* stream,
}
static int xiph_parse_sdp_line(AVFormatContext *s, int st_index,
PayloadContext *data, const char *line)
PayloadContext *data, const char *line)
{
const char *p;
Write
Preview
Loading…
Cancel
Save