]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpproto.c
matroskaenc: use new metadata API
[ffmpeg] / libavformat / rtpproto.c
index b78c759b02e425cbb77bbd1727b83eda2e94195b..610a7f78590f7af30453cfb097c8126cfff50d72 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * RTP network protocol
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file rtpproto.c
+ * @file libavformat/rtpproto.c
  * RTP protocol
  */
 
@@ -32,7 +32,7 @@
 #include "network.h"
 #include "os_support.h"
 #include <fcntl.h>
-#ifdef HAVE_SYS_SELECT_H
+#if HAVE_SYS_SELECT_H
 #include <sys/select.h>
 #endif