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:
Diffstat (limited to 'src/thirdparty/MediaInfo/MediaInfo/Export/Export_EbuCore.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Export/Export_EbuCore.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Export/Export_EbuCore.h b/src/thirdparty/MediaInfo/MediaInfo/Export/Export_EbuCore.h
deleted file mode 100644
index 27a0b1d21..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Export/Export_EbuCore.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/* Copyright (c) MediaArea.net SARL. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style license that can
- * be found in the License.html file in the root of the source tree.
- */
-
-//---------------------------------------------------------------------------
-#ifndef Export_EbuCoreH
-#define Export_EbuCoreH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/MediaInfo_Internal.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-/// @brief Export_EbuCore
-//***************************************************************************
-
-class Export_EbuCore
-{
-public :
- //Constructeur/Destructeur
- Export_EbuCore ();
- ~Export_EbuCore ();
-
- //Input
- Ztring Transform(MediaInfo_Internal &MI);
-};
-
-} //NameSpace
-#endif