Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2007-12-29 16:55:41 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2007-12-29 16:55:41 +0300
commit93f2f19e5794c25a9f6698250a59c2456b2e783f (patch)
tree27ba348ea9f1c0318d33ec44cdbb101c4f01aa6c /src/filters/transform/mpcvideodec/stdafx.cpp
parentb271b75623e1034b309bd8402d5a577fb0ab9b06 (diff)
DXVA decoder updated (H264 bitstream 90% finished)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@350 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/mpcvideodec/stdafx.cpp')
-rw-r--r--src/filters/transform/mpcvideodec/stdafx.cpp36
1 files changed, 17 insertions, 19 deletions
diff --git a/src/filters/transform/mpcvideodec/stdafx.cpp b/src/filters/transform/mpcvideodec/stdafx.cpp
index 910a75350..64aee165e 100644
--- a/src/filters/transform/mpcvideodec/stdafx.cpp
+++ b/src/filters/transform/mpcvideodec/stdafx.cpp
@@ -1,27 +1,25 @@
/*
- * Copyright (C) 2003-2006 Gabest
- * http://www.gabest.org
+ * $Id: stdafx.cpp 249 2007-09-26 11:07:22Z casimir666 $
*
- * 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, 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 GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
- * http://www.gnu.org/copyleft/gpl.html
+ * (C) 2006-2007 see AUTHORS
+ *
+ * This file is part of mplayerc.
+ *
+ * Mplayerc 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.
+ *
+ * Mplayerc 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, see <http://www.gnu.org/licenses/>.
*
*/
-// stdafx.cpp : source file that includes just the standard includes
-// MpaDecFilter.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"