diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-06-28 11:26:29 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-06-28 11:26:29 +0000 |
commit | 1ed3cef51346ce42953fd755a2abcace839ab834 (patch) | |
tree | d7d5de4a51d29babf9d776a1beaebd1372886bc8 | |
parent | 7aa0118c46c8746dae5b3a7286e7b3199d358752 (diff) | |
download | ffmpeg-1ed3cef51346ce42953fd755a2abcace839ab834.tar.gz |
Reindent
Patch by Josh Allmann, joshua dot allmann at gmail
Originally committed as revision 23849 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtpdec_h264.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index a6e0de8590..ef42874f10 100644 --- a/libavformat/rtpdec_h264.c +++ b/libavformat/rtpdec_h264.c @@ -70,8 +70,8 @@ struct PayloadContext { /* ---------------- 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); |