Mercurial > libavformat.hg
changeset 6189:ed6c50412998 libavformat
Reindent
Patch by Josh Allmann, joshua dot allmann at gmail
author | mstorsjo |
---|---|
date | Mon, 28 Jun 2010 11:26:29 +0000 |
parents | 34f4b569637f |
children | 8ee715d46f99 |
files | rtpdec_h264.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);