From 1cd122d6cd8e38851194387c21291573fe4c1b78 Mon Sep 17 00:00:00 2001 From: Nathan Caldwell Date: Mon, 21 Apr 2008 20:30:49 -0600 Subject: [PATCH] Update subtitle codecIDs to match those found on http://www.matroska.org/technical/specs/codecid/index.html --- include/libmkv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libmkv.h b/include/libmkv.h index 546ee9c..28e7b7f 100644 --- a/include/libmkv.h +++ b/include/libmkv.h @@ -94,6 +94,7 @@ extern "C" { #define MK_SUBTITLE_ASS "S_TEXT/ASS" #define MK_SUBTITLE_USF "S_TEXT/USF" #define MK_SUBTITLE_VOBSUB "S_VOBSUB" +#define MK_SUBTITLE_BMP "S_IMAGE/BMP" #define MK_TRACK_VIDEO 0x01 #define MK_TRACK_AUDIO 0x02 -- 2.11.4.GIT