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_Mpeg4_TimeCode.h')
-rw-r--r--src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Mpeg4_TimeCode.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Mpeg4_TimeCode.h b/src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Mpeg4_TimeCode.h
deleted file mode 100644
index 6d91fd2b0..000000000
--- a/src/thirdparty/MediaInfo/MediaInfo/Multiple/File_Mpeg4_TimeCode.h
+++ /dev/null
@@ -1,47 +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 MediaInfo_File_Mpeg4_TimeCodeH
-#define MediaInfo_File_Mpeg4_TimeCodeH
-//---------------------------------------------------------------------------
-
-//---------------------------------------------------------------------------
-#include "MediaInfo/File__Analyze.h"
-//---------------------------------------------------------------------------
-
-namespace MediaInfoLib
-{
-
-//***************************************************************************
-// Class File_Mpeg4_TimeCode
-//***************************************************************************
-
-class File_Mpeg4_TimeCode : public File__Analyze
-{
-public :
- //In
- int8u NumberOfFrames;
- bool DropFrame;
- bool NegativeTimes;
-
- //Out
- int64s Pos;
-
- //Constructor/Destructor
- File_Mpeg4_TimeCode();
-
-protected :
- //Streams management
- void Streams_Fill();
-
- //Buffer - Global
- void Read_Buffer_Continue();
-};
-
-} //NameSpace
-
-#endif