summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 12:45:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 12:45:16 +0000
commita21feef029de43279c59460a97b93ba115952594 (patch)
tree1a5d033349d7ccaabd17d876748e5511cb96a5f1 /libvo
parente6b0136d3797cba626ad16d07c6c401bfcc94625 (diff)
downloadmpv-a21feef029de43279c59460a97b93ba115952594.tar.bz2
mpv-a21feef029de43279c59460a97b93ba115952594.tar.xz
cosmetics: Remove file names from file header, it only causes trouble.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28959 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/spuenc.c2
-rw-r--r--libvo/spuenc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libvo/spuenc.c b/libvo/spuenc.c
index 41303aee3f..7ce2d12809 100644
--- a/libvo/spuenc.c
+++ b/libvo/spuenc.c
@@ -1,5 +1,5 @@
/*
- * subpic_encode.c - encodes a pixmap with RLE
+ * encode a pixmap with RLE
*
* Copyright (C) 2000 Alejandro J. Cura <alecu@protocultura.net>
*
diff --git a/libvo/spuenc.h b/libvo/spuenc.h
index 5f27680876..5bc83b329b 100644
--- a/libvo/spuenc.h
+++ b/libvo/spuenc.h
@@ -1,5 +1,5 @@
/*
- * subpic_encode.c - encodes a pixmap with RLE
+ * encode a pixmap with RLE
*
* Copyright (C) 2000 Alejandro J. Cura <alecu@protocultura.net>
*