diff sub_cc.c @ 28924:d5d66bff938a

cosmetics: Remove file names from file header, it only causes trouble.
author diego
date Sun, 15 Mar 2009 12:45:16 +0000
parents afa125da85cf
children f1a9a6fbc051
line wrap: on
line diff
--- a/sub_cc.c	Sun Mar 15 10:13:44 2009 +0000
+++ b/sub_cc.c	Sun Mar 15 12:45:16 2009 +0000
@@ -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 @@
 	{
 		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;