Browse Source

cosmetics: Fix indentation

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.11
Martin Storsjö 13 years ago
parent
commit
2ce7f4d4e6
1 changed files with 1 additions and 1 deletions
  1. +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, static int xiph_parse_sdp_line(AVFormatContext *s, int st_index,
PayloadContext *data, const char *line)
PayloadContext *data, const char *line)
{ {
const char *p; const char *p;




Loading…
Cancel
Save