summaryrefslogtreecommitdiff
path: root/dxr3ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3ffmpeg.h')
-rw-r--r--dxr3ffmpeg.h23
1 files changed, 21 insertions, 2 deletions
diff --git a/dxr3ffmpeg.h b/dxr3ffmpeg.h
index 7795f74..a96c553 100644
--- a/dxr3ffmpeg.h
+++ b/dxr3ffmpeg.h
@@ -1,3 +1,24 @@
+/*
+ * dxr3ffmpeg.h
+ *
+ * Copyright (C) 2004 Christian Gmeiner
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * 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 Lesser General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ */
+
#ifndef _DXR3_FFMPEG_H_
#define _DXR3_FFMPEG_H_
@@ -6,8 +27,6 @@ extern "C"
#include <avcodec.h>
};
-//#include <stdlib.h>
-//#include <stdint.h>
#include <string.h>
#include "dxr3singleton.h"