From cb92a9c0387d404078be4983ed5720ed5ac173fc Mon Sep 17 00:00:00 2001 From: Josh Allmann Date: Thu, 1 Apr 2010 21:42:10 +0000 Subject: Reindent after r22766. Patch by Josh Allmann . Originally committed as revision 22767 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpdec_xiph.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libavformat/rtpdec_xiph.c') diff --git a/libavformat/rtpdec_xiph.c b/libavformat/rtpdec_xiph.c index 3a713d3385..b828c933c0 100644 --- a/libavformat/rtpdec_xiph.c +++ b/libavformat/rtpdec_xiph.c @@ -65,11 +65,11 @@ static void xiph_free_context(PayloadContext * data) } 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 @@ parse_packed_headers(const uint8_t * packed_headers, static int xiph_parse_fmtp_pair(AVCodecContext * codec, PayloadContext *xiph_data, - char *attr, char *value) + char *attr, char *value) { int result = 0; -- cgit v1.2.3