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:
* 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
......
/*****************************************************************************
* 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>
......
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