[FFmpeg-cvslog] r22767 - trunk/libavformat/rtpdec_xiph.c
rbultje
subversion
Thu Apr 1 23:42:10 CEST 2010
Author: rbultje
Date: Thu Apr 1 23:42:10 2010
New Revision: 22767
Log:
Reindent after r22766.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Modified:
trunk/libavformat/rtpdec_xiph.c
Modified: trunk/libavformat/rtpdec_xiph.c
==============================================================================
--- trunk/libavformat/rtpdec_xiph.c Thu Apr 1 23:41:48 2010 (r22766)
+++ trunk/libavformat/rtpdec_xiph.c Thu Apr 1 23:42:10 2010 (r22767)
@@ -65,11 +65,11 @@ static void xiph_free_context(PayloadCon
}
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 * pac
static int xiph_parse_fmtp_pair(AVCodecContext * codec,
PayloadContext *xiph_data,
- char *attr, char *value)
+ char *attr, char *value)
{
int result = 0;
More information about the ffmpeg-cvslog
mailing list