Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
smpte337: add dolby-e data type
· a7342159
Rafaël Carré
authored
Oct 19, 2016
a7342159
Merge branch 'dolby-e' into 'master'
· d708fc28
Kieran Kunhya
authored
Oct 20, 2016
smpte337: add dolby-e data type See merge request
!4
d708fc28
Hide whitespace changes
Inline
Side-by-side
smpte/337.h
View file @
d708fc28
...
...
@@ -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
...
...