]> git.sesse.net Git - casparcg/blobdiff - modules/ffmpeg/producer/tbb_avcodec.h
Draft of interaction with producers and scene_producer
[casparcg] / modules / ffmpeg / producer / tbb_avcodec.h
index e2aa3e9af0521e2b5e162202a7d123fa2d7467c4..de9b6baf5d98f6ad39035784ee1ac724373b4e72 100644 (file)
@@ -1,11 +1,32 @@
-#pragma once\r
-\r
-struct AVCodecContext;\r
-struct AVCodec;\r
-\r
-namespace caspar {\r
-       \r
-int tbb_avcodec_open(AVCodecContext *avctx, AVCodec *codec);\r
-int tbb_avcodec_close(AVCodecContext *avctx);\r
-\r
+/*
+* Copyright (c) 2011 Sveriges Television AB <info@casparcg.com>
+*
+* This file is part of CasparCG (www.casparcg.com).
+*
+* CasparCG 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 3 of the License, or
+* (at your option) any later version.
+*
+* CasparCG 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 CasparCG. If not, see <http://www.gnu.org/licenses/>.
+*
+* Author: Robert Nagy, ronag89@gmail.com
+*/
+
+#pragma once
+
+struct AVCodecContext;
+struct AVCodec;
+
+namespace caspar {
+       
+int tbb_avcodec_open(AVCodecContext *avctx, AVCodec *codec);
+int tbb_avcodec_close(AVCodecContext *avctx);
+
 }
\ No newline at end of file