From a73421593522588cdfd186de07bd5b2db2c7c903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 19 Oct 2016 12:05:05 +0200 Subject: [PATCH] smpte337: add dolby-e data type --- smpte/337.h | 1 + 1 file changed, 1 insertion(+) diff --git a/smpte/337.h b/smpte/337.h index 5c0add0..5bbadba 100644 --- a/smpte/337.h +++ b/smpte/337.h @@ -57,6 +57,7 @@ extern "C" #define S337_TYPE_PAUSE 3 #define S337_TYPE_A52E 16 #define S337_TYPE_VSYNC 26 +#define S337_TYPE_DOLBY_E 28 #define S337_TYPE_CAPTION 29 #define S337_TYPE_USER 30