[FFmpeg-cvslog] r23849 - trunk/libavformat/rtpdec_h264.c

mstorsjo subversion
Mon Jun 28 13:26:29 CEST 2010


Author: mstorsjo
Date: Mon Jun 28 13:26:29 2010
New Revision: 23849

Log:
Reindent

Patch by Josh Allmann, joshua dot allmann at gmail

Modified:
   trunk/libavformat/rtpdec_h264.c

Modified: trunk/libavformat/rtpdec_h264.c
==============================================================================
--- trunk/libavformat/rtpdec_h264.c	Mon Jun 28 13:25:39 2010	(r23848)
+++ trunk/libavformat/rtpdec_h264.c	Mon Jun 28 13:26:29 2010	(r23849)
@@ -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);



More information about the ffmpeg-cvslog mailing list