diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-04-01 21:42:10 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-04-01 21:42:10 +0000 |
commit | cb92a9c0387d404078be4983ed5720ed5ac173fc (patch) | |
tree | c89d532692fbff4f4f660bedd8386c79221f8999 | |
parent | 96070b8b5cd1140a9c81b805f8c35937faefc463 (diff) | |
download | ffmpeg-cb92a9c0387d404078be4983ed5720ed5ac173fc.tar.gz |
Reindent after r22766.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22767 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtpdec_xiph.c | 12 |
1 files changed, 6 insertions, 6 deletions
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; |