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_SmpteSt0331.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Audio/File_SmpteSt0331.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Audio/File_SmpteSt0331.h b/src/thirdparty/MediaInfo/MediaInfo/Audio/File_SmpteSt0331.h
deleted file mode 100644
index e9c70e71b..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Audio/File_SmpteSt0331.h
+++ /dev/null
@@ -1,52 +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 SMPTE ST 331 streams
-//
-//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-
-//---------------------------------------------------------------------------
-#ifndef MediaInfo_File_SmpteSt0331H
-#define MediaInfo_File_SmpteSt0331H
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File_SmpteSt0331
-//***************************************************************************
-
-class File_SmpteSt0331 : public File__Analyze
-{
-public :
- //In
- int32u QuantizationBits;
-
- //Constructor/Destructor
- File_SmpteSt0331();
-
-private :
- //Streams management
- void Streams_Fill();
-
- //Buffer - Global
- void Read_Buffer_Continue ();
-
- //Temp
- int8u Channels_valid;
-};
-
-} //NameSpace
-
-#endif
-