]> git.sesse.net Git - vlc/commitdiff
Update copyright and remove unnecessary include (CC)
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 14 Sep 2011 14:54:22 +0000 (16:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 14 Sep 2011 14:54:22 +0000 (16:54 +0200)
NEWS
modules/codec/cc.c

diff --git a/NEWS b/NEWS
index 2b3de49a162b8cb9ae4250447dec929c19753afc..5be2cb29ad15217eaf4451814476aa37f9c92b29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,7 @@ Codecs:
  * New module for Dirac encoding, using the faster libschroedinger
    The Schroedinger module should be prefered to the Dirac one
  * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
+ * EIA-608 closed captions improvements
 
 Demuxers:
  * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
index 7fe63bde86575898c2a40862a5afe7adf2a5e652..ee202b0ad4940b0fe0bdf8c95e8be1447a31ac1e 100644 (file)
@@ -1,8 +1,7 @@
 /*****************************************************************************
- * cc608.c : CC 608/708 subtitles decoder
+ * cc.c : CC 608/708 subtitles decoder
  *****************************************************************************
- * Copyright (C) 2007 Laurent Aimar
- * $Id$
+ * Copyright © 2007-2010 Laurent Aimar, 2011 VLC authors and VideoLAN
  *
  * Authors: Laurent Aimar < fenrir # via.ecp.fr>
  *
@@ -36,7 +35,7 @@
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
-#include <string.h>
+
 #include <assert.h>
 
 #include <vlc_common.h>