diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-01 15:50:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-01 15:50:55 +0100 |
| commit | 7b25f67df7480e28a8aff33a7078c674150d6f00 (patch) | |
| tree | ca216caa5719e38b31ec2e9b8841e1a2adf3c002 /src | |
| parent | 099e93f617e3cfc8cd371d652c2d2ed040f94e7b (diff) | |
| parent | 856bf40f586665549c7b890b9f5c1b3240daa145 (diff) | |
Merge branch 'master' of git.carlh.net:git/libdcp
Diffstat (limited to 'src')
| -rw-r--r-- | src/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index a309121a..36dcc3fe 100644 --- a/src/types.h +++ b/src/types.h @@ -47,7 +47,7 @@ enum Channel { LC = 8, RC = 9, BSL = 10, - BSR = 111 + BSR = 11 }; enum ContentKind |
