diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-02 00:03:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-02 00:03:45 +0100 |
| commit | fff7a8232b18ce6191e60ba911c29b64b9063d4d (patch) | |
| tree | 3c61d950f341717c7b2478c110c9f1f6c3bef05a /src/lib/ffmpeg_content.cc | |
| parent | 6809fdcbf8c65afe3c986b0e2b430d55ce7b124c (diff) | |
Various bits.
Diffstat (limited to 'src/lib/ffmpeg_content.cc')
| -rw-r--r-- | src/lib/ffmpeg_content.cc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc index 42e04e838..50a69ae7b 100644 --- a/src/lib/ffmpeg_content.cc +++ b/src/lib/ffmpeg_content.cc @@ -1,3 +1,22 @@ +/* + Copyright (C) 2013 Carl Hetherington <cth@carlh.net> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #include <libcxml/cxml.h> #include "ffmpeg_content.h" #include "ffmpeg_decoder.h" |
