diff rtsp.c @ 1424:1c39ce5c6a5d libavformat

indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Oct 27, 2006 6:17 AM Subject: Re: [Ffmpeg-devel] RTP patches & RFC
author gpoirier
date Fri, 27 Oct 2006 17:51:20 +0000
parents 8fb4910bdcc0
children 00d9393a126f
line wrap: on
line diff
--- a/rtsp.c	Fri Oct 27 10:53:08 2006 +0000
+++ b/rtsp.c	Fri Oct 27 17:51:20 2006 +0000
@@ -467,7 +467,7 @@
                             sdp_parse_fmtp(st, p);
                         }
                     } else {
-                    sdp_parse_fmtp(st, p);
+                        sdp_parse_fmtp(st, p);
                     }
                 }
             }