Commit 9323b967 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen Committed by Jean-Baptiste Kempf

matroska: Using forward declaration for EbmlParser

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2b28165d
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#include "demux.hpp" #include "demux.hpp"
#include "Ebml_parser.hpp"
extern "C" { extern "C" {
#include "../vobsub.h" #include "../vobsub.h"
} }
......
...@@ -27,13 +27,15 @@ ...@@ -27,13 +27,15 @@
#include "mkv.hpp" #include "mkv.hpp"
class EbmlParser;
#include "Ebml_parser.hpp"
class chapter_edition_c; class chapter_edition_c;
class chapter_translation_c; class chapter_translation_c;
class chapter_item_c; class chapter_item_c;
struct mkv_track_t;
struct mkv_index_t;
class matroska_segment_c class matroska_segment_c
{ {
public: public:
......
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
#include "demux.hpp" #include "demux.hpp"
#include "Ebml_parser.hpp"
/***************************************************************************** /*****************************************************************************
* Some functions to manipulate memory * Some functions to manipulate memory
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment