diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-10 22:06:10 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-11-10 22:06:10 +0000 |
commit | 3c175fd21df04c5c0afa160f81aea0c305f69dc5 (patch) | |
tree | 2cb9218678a15ba955ed8819e414011218767540 /src/libspucc | |
parent | 58ffcac8e15ec0e095a091226507da5f960e5fd8 (diff) | |
download | xine-lib-3c175fd21df04c5c0afa160f81aea0c305f69dc5.tar.gz xine-lib-3c175fd21df04c5c0afa160f81aea0c305f69dc5.tar.bz2 |
Delete most of the CVS $Id$/$Log$ lines.
--HG--
extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
Diffstat (limited to 'src/libspucc')
-rw-r--r-- | src/libspucc/cc_decoder.c | 2 | ||||
-rw-r--r-- | src/libspucc/cc_decoder.h | 2 | ||||
-rw-r--r-- | src/libspucc/xine_cc_decoder.c | 3 |
3 files changed, 0 insertions, 7 deletions
diff --git a/src/libspucc/cc_decoder.c b/src/libspucc/cc_decoder.c index 1e7ab03b4..8d666e847 100644 --- a/src/libspucc/cc_decoder.c +++ b/src/libspucc/cc_decoder.c @@ -20,8 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * - * $Id: cc_decoder.c,v 1.28 2007/02/20 00:56:36 dgp85 Exp $ - * * stuff needed to provide closed captioning decoding and display * * Some small bits and pieces of the EIA-608 captioning decoder were diff --git a/src/libspucc/cc_decoder.h b/src/libspucc/cc_decoder.h index 5c1c68152..8698189a6 100644 --- a/src/libspucc/cc_decoder.h +++ b/src/libspucc/cc_decoder.h @@ -20,8 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * - * $Id: cc_decoder.h,v 1.8 2007/02/20 00:56:36 dgp85 Exp $ - * * stuff needed to provide closed captioning decoding and display * * Some small bits and pieces of the EIA-608 captioning decoder were diff --git a/src/libspucc/xine_cc_decoder.c b/src/libspucc/xine_cc_decoder.c index 7d592ef34..9cdb4c4ea 100644 --- a/src/libspucc/xine_cc_decoder.c +++ b/src/libspucc/xine_cc_decoder.c @@ -17,10 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * - * $Id: xine_decoder.c,v 1.34 2006/07/10 22:08:30 dgp85 Exp $ - * * closed caption spu decoder. receive data by events. - * */ #include <stdlib.h> |