diff options
author | Martin Storsjö <martin@martin.st> | 2012-04-07 23:40:37 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-04-08 12:04:29 +0300 |
commit | 2ce7f4d4e6f3498f8a15a8bee3d124b589474197 (patch) | |
tree | 7a146d13bf112cd5a65501d6488df7e0ea20ebcc /libavformat/rtpdec_xiph.c | |
parent | 456001486ee8fe1cd906e497b603f98159191175 (diff) | |
download | ffmpeg-2ce7f4d4e6f3498f8a15a8bee3d124b589474197.tar.gz |
cosmetics: Fix indentation
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpdec_xiph.c')
-rw-r--r-- | libavformat/rtpdec_xiph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_xiph.c b/libavformat/rtpdec_xiph.c index 2de8a68b88..6c2e7120e2 100644 --- a/libavformat/rtpdec_xiph.c +++ b/libavformat/rtpdec_xiph.c @@ -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; |