From 879eda018d966d1dadffc131b4ef5bd0cf054b91 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 30 Apr 2013 12:15:52 +0400 Subject: [PATCH] neutrinoMessages.h: add EVT_SUBT_MESSAGE Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/708e018994f53370730d2f1a3a2714870f2e5976 Author: [CST] Focus Date: 2013-04-30 (Tue, 30 Apr 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrinoMessages.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrinoMessages.h b/src/neutrinoMessages.h index 7eeaaae4a..b349eb19e 100644 --- a/src/neutrinoMessages.h +++ b/src/neutrinoMessages.h @@ -110,6 +110,7 @@ struct NeutrinoMessages { EVT_PMT_CHANGED = CRCInput::RC_Events + 40, /* NEVER CHANGE THIS */ EVT_CA_MESSAGE = CRCInput::RC_Events + 60, /* data = CA_MESSAGE pointer */ + EVT_SUBT_MESSAGE = CRCInput::RC_Events + 61, /* data = subtitles pointer */ /* END */ EVT_CURRENTEPG = CRCInput::RC_WithData + 1,