[MPlayer-cvslog] r28959 - in trunk: libaf/af_ladspa.c libmpcodecs/ad.c libmpcodecs/vf_bmovl.c libmpcodecs/vf_framestep.c libmpcodecs/vf_tile.c libvo/spuenc.c libvo/spuenc.h osdep/getch2-os2.c sub_cc.c

diego subversion at mplayerhq.hu
Sun Mar 15 13:45:17 CET 2009


Author: diego
Date: Sun Mar 15 13:45:16 2009
New Revision: 28959

Log:
cosmetics: Remove file names from file header, it only causes trouble.

Modified:
   trunk/libaf/af_ladspa.c
   trunk/libmpcodecs/ad.c
   trunk/libmpcodecs/vf_bmovl.c
   trunk/libmpcodecs/vf_framestep.c
   trunk/libmpcodecs/vf_tile.c
   trunk/libvo/spuenc.c
   trunk/libvo/spuenc.h
   trunk/osdep/getch2-os2.c
   trunk/sub_cc.c

Modified: trunk/libaf/af_ladspa.c
==============================================================================
--- trunk/libaf/af_ladspa.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libaf/af_ladspa.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * af_ladspa.c, LADSPA plugin loader
+ * LADSPA plugin loader
  *
  * Written by Ivo van Poorten <ivop at euronet.nl>
  * Copyright (C) 2004, 2005

Modified: trunk/libmpcodecs/ad.c
==============================================================================
--- trunk/libmpcodecs/ad.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libmpcodecs/ad.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,6 +1,4 @@
-/*
-   ad.c - audio decoder interface
-*/
+/* audio decoder interface */
 
 #include <stdio.h>
 #include <stdlib.h>

Modified: trunk/libmpcodecs/vf_bmovl.c
==============================================================================
--- trunk/libmpcodecs/vf_bmovl.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libmpcodecs/vf_bmovl.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * vf_bmovl.c v0.9.1 - BitMap OVerLay video filter for MPlayer
+ * BitMap OVerLay video filter for MPlayer
  *
  * (C) 2002 Per Wigren <wigren at home.se>
  *

Modified: trunk/libmpcodecs/vf_framestep.c
==============================================================================
--- trunk/libmpcodecs/vf_framestep.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libmpcodecs/vf_framestep.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,6 +1,5 @@
 /*
- * vf_fstep.c - filter to ouput only 1 every n frame, or only the I (key)
- *              frame
+ * filter to ouput only 1 every n frame, or only the I (key)frame
  *
  * The parameters are:
  *

Modified: trunk/libmpcodecs/vf_tile.c
==============================================================================
--- trunk/libmpcodecs/vf_tile.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libmpcodecs/vf_tile.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * vf_tile.c - filter to tile a serie of image in a single, bigger, image
+ * filter to tile a serie of image in a single, bigger, image
  *
  * The parameters are:
  *

Modified: trunk/libvo/spuenc.c
==============================================================================
--- trunk/libvo/spuenc.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libvo/spuenc.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * subpic_encode.c - encodes a pixmap with RLE
+ * encode a pixmap with RLE
  *
  * Copyright (C) 2000   Alejandro J. Cura <alecu at protocultura.net>
  *

Modified: trunk/libvo/spuenc.h
==============================================================================
--- trunk/libvo/spuenc.h	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/libvo/spuenc.h	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * subpic_encode.c - encodes a pixmap with RLE
+ * encode a pixmap with RLE
  *
  * Copyright (C) 2000   Alejandro J. Cura <alecu at protocultura.net>
  *

Modified: trunk/osdep/getch2-os2.c
==============================================================================
--- trunk/osdep/getch2-os2.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/osdep/getch2-os2.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * getch2-os2.c : OS/2 TermIO for MPlayer
+ * OS/2 TermIO
  *
  * Copyright (c) 2007 KO Myung-Hun (komh at chollian.net)
  *

Modified: trunk/sub_cc.c
==============================================================================
--- trunk/sub_cc.c	Sun Mar 15 11:13:44 2009	(r28958)
+++ trunk/sub_cc.c	Sun Mar 15 13:45:16 2009	(r28959)
@@ -1,5 +1,5 @@
 /*
- * sub_cc.c - Decoder for Closed Captions
+ * decoder for Closed Captions
  *
  * This decoder relies on MPlayer's OSD to display subtitles.
  * Be warned that the decoding is somewhat preliminary, though it basically works.
@@ -130,7 +130,7 @@ static void append_char(char c)
 	{
 		if(cursor_pos==CC_MAX_LINE_LENGTH-1)
 		{
-			fprintf(stderr,"sub_cc.c: append_char() reached CC_MAX_LINE_LENGTH!\n");
+			fprintf(stderr,"CC: append_char() reached CC_MAX_LINE_LENGTH!\n");
 			return;
 		}
 		bb->text[bb->lines - 1][cursor_pos++]=c;



More information about the MPlayer-cvslog mailing list