diff options
Diffstat (limited to 'src/demuxers/matroska.h')
-rw-r--r-- | src/demuxers/matroska.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/demuxers/matroska.h b/src/demuxers/matroska.h index 7af9ef121..2edc4a646 100644 --- a/src/demuxers/matroska.h +++ b/src/demuxers/matroska.h @@ -22,9 +22,9 @@ #ifndef MATROSKA_H #define MATROSKA_H -#include "xine_internal.h" -#include "xineutils.h" -#include "demux.h" +#include <xine/xine_internal.h> +#include <xine/xineutils.h> +#include <xine/demux.h> #include "ebml.h" @@ -334,6 +334,7 @@ struct matroska_track_s { #define MATROSKA_CODEC_ID_A_REAL_SIPR "A_REAL/SIPR" #define MATROSKA_CODEC_ID_A_REAL_RALF "A_REAL/RALF" #define MATROSKA_CODEC_ID_A_REAL_ATRC "A_REAL/ATRC" +#define MATROSKA_CODEC_ID_A_FLAC "A_FLAC" #define MATROSKA_CODEC_ID_S_TEXT_UTF8 "S_TEXT/UTF8" #define MATROSKA_CODEC_ID_S_TEXT_SSA "S_TEXT/SSA" |