mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-01 15:56:59 +00:00
Split the three MPEG readers (ES/PS/TS) into separate files.
This commit is contained in:
parent
929b530629
commit
a9f9486466
@ -21,7 +21,7 @@
|
||||
#include "common.h"
|
||||
#include "error.h"
|
||||
#include "M2VParser.h"
|
||||
#include "r_mpeg.h"
|
||||
#include "r_mpeg_es.h"
|
||||
#include "smart_pointers.h"
|
||||
#include "output_control.h"
|
||||
#include "p_video.h"
|
@ -13,8 +13,8 @@
|
||||
Written by Moritz Bunkus <moritz@bunkus.org>.
|
||||
*/
|
||||
|
||||
#ifndef __R_MPEG_H
|
||||
#define __R_MPEG_H
|
||||
#ifndef __R_MPEG_ES_H
|
||||
#define __R_MPEG_ES_H
|
||||
|
||||
#include "os.h"
|
||||
|
||||
@ -51,4 +51,4 @@ public:
|
||||
static int probe_file(mm_io_c *io, int64_t size);
|
||||
};
|
||||
|
||||
#endif // __R_MPEG_H
|
||||
#endif // __R_MPEG_ES_H
|
@ -81,7 +81,7 @@
|
||||
#include "r_flv.h"
|
||||
#include "r_matroska.h"
|
||||
#include "r_mp3.h"
|
||||
#include "r_mpeg.h"
|
||||
#include "r_mpeg_es.h"
|
||||
#include "r_mpeg_ps.h"
|
||||
#include "r_mpeg_ts.h"
|
||||
#include "r_ogm.h"
|
||||
|
Loading…
Reference in New Issue
Block a user