Commit 0e044faa authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Update copyright and remove unnecessary include (CC)

parent 364cb74d
...@@ -65,6 +65,7 @@ Codecs: ...@@ -65,6 +65,7 @@ Codecs:
* New module for Dirac encoding, using the faster libschroedinger * New module for Dirac encoding, using the faster libschroedinger
The Schroedinger module should be prefered to the Dirac one The Schroedinger module should be prefered to the Dirac one
* Support for WMV Images, aka WMVP and WVP2, as used by Photo Story * Support for WMV Images, aka WMVP and WVP2, as used by Photo Story
* EIA-608 closed captions improvements
Demuxers: Demuxers:
* New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm * New images demuxer supporting jpeg, png, targa, xcf, git, tiff, bmp, pcx, lbm
......
/***************************************************************************** /*****************************************************************************
* cc608.c : CC 608/708 subtitles decoder * cc.c : CC 608/708 subtitles decoder
***************************************************************************** *****************************************************************************
* Copyright (C) 2007 Laurent Aimar * Copyright © 2007-2010 Laurent Aimar, 2011 VLC authors and VideoLAN
* $Id$
* *
* Authors: Laurent Aimar < fenrir # via.ecp.fr> * Authors: Laurent Aimar < fenrir # via.ecp.fr>
* *
...@@ -36,7 +35,7 @@ ...@@ -36,7 +35,7 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
#include <string.h>
#include <assert.h> #include <assert.h>
#include <vlc_common.h> #include <vlc_common.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment