diff options
author | saintdev <[email protected]> | 2007-07-14 02:24:41 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2007-07-14 02:24:41 +0000 |
commit | d779db015e45de223ff533649d2a16319da713e0 (patch) | |
tree | e0cf952a01516a3437635f79717f3289f546fd75 /libhb/common.h | |
parent | 94f9f929935a52ddf7899ff67be5f4cc56c68759 (diff) |
Matroska muxer!
-Chapters don't work in VLC. I'll need to update the library to work-around this. Most other players should pick them up, however.
-PAR, check.
-x264 b-frames, check.
-Multi-track audio, check.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@680 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 123e528c2..81988de3d 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -243,6 +243,7 @@ struct hb_job_s #define HB_MUX_AVI 0x040000 #define HB_MUX_OGM 0x080000 #define HB_MUX_IPOD 0x100000 +#define HB_MUX_MKV 0x200000 int mux; const char * file; |