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/Video/File_Flic.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Video/File_Flic.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Video/File_Flic.h b/src/thirdparty/MediaInfo/MediaInfo/Video/File_Flic.h
deleted file mode 100644
index f8cd53a76..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Video/File_Flic.h
+++ /dev/null
@@ -1,38 +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.
- */
-
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-//
-// Information about Flic files
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-//---------------------------------------------------------------------------
-#ifndef MediaInfo_FlicH
-#define MediaInfo_FlicH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File_Flic
-//***************************************************************************
-
-class File_Flic : public File__Analyze
-{
-private :
- //Buffer
- void FileHeader_Parse();
-};
-
-} //NameSpace
-
-#endif