]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtsp.h
cosmetics: indentation
[ffmpeg] / libavformat / rtsp.h
index a41032ddc35bb2c50f36f93e7697cd34d03e9ea9..67d37d6871d322e5eb75782acfc787a4071fda40 100644 (file)
@@ -18,8 +18,8 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
-#ifndef RTSP_H
-#define RTSP_H
+#ifndef FFMPEG_RTSP_H
+#define FFMPEG_RTSP_H
 
 #include <stdint.h>
 #include "avformat.h"
@@ -88,4 +88,4 @@ extern int rtsp_rtp_port_max;
 int rtsp_pause(AVFormatContext *s);
 int rtsp_resume(AVFormatContext *s);
 
-#endif /* RTSP_H */
+#endif /* FFMPEG_RTSP_H */