changeset 5920:c07680f39362 libavformat

Reindent after r22766. Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
author rbultje
date Thu, 01 Apr 2010 21:42:10 +0000
parents abd4e9638613
children f8d4cc91c798
files rtpdec_xiph.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/rtpdec_xiph.c	Thu Apr 01 21:41:48 2010 +0000
+++ b/rtpdec_xiph.c	Thu Apr 01 21:42:10 2010 +0000
@@ -65,11 +65,11 @@
 }
 
 static int xiph_handle_packet(AVFormatContext * ctx,
-                                PayloadContext * data,
-                                AVStream * st,
-                                AVPacket * pkt,
-                                uint32_t * timestamp,
-                                const uint8_t * buf, int len, int flags)
+                              PayloadContext * data,
+                              AVStream * st,
+                              AVPacket * pkt,
+                              uint32_t * timestamp,
+                              const uint8_t * buf, int len, int flags)
 {
 
     int ident, fragmented, tdt, num_pkts, pkt_len;
@@ -286,7 +286,7 @@
 
 static int xiph_parse_fmtp_pair(AVCodecContext * codec,
                                 PayloadContext *xiph_data,
-                                  char *attr, char *value)
+                                char *attr, char *value)
 {
     int result = 0;