Reindent
authorJosh Allmann <joshua.allmann@gmail.com>
Mon, 28 Jun 2010 11:26:29 +0000 (11:26 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 28 Jun 2010 11:26:29 +0000 (11:26 +0000)
Patch by Josh Allmann, joshua dot allmann at gmail

Originally committed as revision 23849 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpdec_h264.c

index a6e0de8..ef42874 100644 (file)
@@ -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);