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/Multiple/File_Nut.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Nut.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Nut.h b/src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Nut.h
deleted file mode 100644
index b7e7c47ab..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Nut.h
+++ /dev/null
@@ -1,48 +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 Nut files
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-//---------------------------------------------------------------------------
-#ifndef MediaInfo_File_NutH
-#define MediaInfo_File_NutH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File_Nut
-//***************************************************************************
-
-class File_Nut : public File__Analyze
-{
-private :
- //Buffer
- void Header_Parse();
- void FileHeader_Parse();
- void Data_Parse();
-
- //Elements
- void main();
- void stream();
- void syncpoint();
- void index();
- void info();
-};
-
-} //NameSpace
-
-#endif
-