# HG changeset patch # User mstorsjo # Date 1277724389 0 # Node ID ed6c50412998a45040fe1e66e21d18b9e82a50e8 # Parent 34f4b569637fd866c0d9b01e65a0a488492e207a Reindent Patch by Josh Allmann, joshua dot allmann at gmail diff -r 34f4b569637f -r ed6c50412998 rtpdec_h264.c --- a/rtpdec_h264.c Mon Jun 28 11:25:39 2010 +0000 +++ b/rtpdec_h264.c Mon Jun 28 11:26:29 2010 +0000 @@ -70,8 +70,8 @@ /* ---------------- private code */ static int sdp_parse_fmtp_config_h264(AVStream * stream, - PayloadContext * h264_data, - char *attr, char *value) + PayloadContext * h264_data, + char *attr, char *value) { AVCodecContext *codec = stream->codec; assert(codec->codec_id == CODEC_ID_H264);