summaryrefslogtreecommitdiffstats
path: root/libmpdemux/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/rtp.c')
-rw-r--r--libmpdemux/rtp.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/libmpdemux/rtp.c b/libmpdemux/rtp.c
index ccd4ba9233..8f4b59ec23 100644
--- a/libmpdemux/rtp.c
+++ b/libmpdemux/rtp.c
@@ -1,4 +1,10 @@
-/* Imported from the dvbstream-0.2 project */
+/* Imported from the dvbstream-0.2 project
+ *
+ * Modified for use with MPlayer, for details see the CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include <stdlib.h>
#include <string.h>
#include <unistd.h>