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/Audio/File_Adpcm.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Audio/File_Adpcm.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Audio/File_Adpcm.h b/src/thirdparty/MediaInfo/MediaInfo/Audio/File_Adpcm.h
deleted file mode 100644
index c111bcb34..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Audio/File_Adpcm.h
+++ /dev/null
@@ -1,42 +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 ADPCM files
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-//---------------------------------------------------------------------------
-#ifndef MediaInfo_File_AdpcmH
-#define MediaInfo_File_AdpcmH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File_Adpcm
-//***************************************************************************
-
-class File_Adpcm : public File__Analyze
-{
-public :
- //In
- ZenLib::Ztring Codec;
-
-protected :
- //Buffer - Global
- void Read_Buffer_Continue ();
-};
-
-} //NameSpace
-
-#endif