summaryrefslogtreecommitdiff
path: root/libavcodec/mlp.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-09-05 18:10:53 +0200
committerPaul B Mahol <onemda@gmail.com>2021-09-05 18:12:56 +0200
commit0c87b43c6cd45a66c54134026d2f2cf823df4c7d (patch)
tree931b97f552a2bf20f196d12d4af3dec232db18ec /libavcodec/mlp.h
parent3ea0171ea3ef374f9468805ec27b37b29f0dd47c (diff)
avcodec/mlp: move sync defines to common header
Diffstat (limited to 'libavcodec/mlp.h')
-rw-r--r--libavcodec/mlp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mlp.h b/libavcodec/mlp.h
index 5b7d8c8cac..e45eba55ae 100644
--- a/libavcodec/mlp.h
+++ b/libavcodec/mlp.h
@@ -24,6 +24,9 @@
#include <stdint.h>
+#define SYNC_MLP 0xbb
+#define SYNC_TRUEHD 0xba
+
/** Last possible matrix channel for each codec */
#define MAX_MATRIX_CHANNEL_MLP 5
#define MAX_MATRIX_CHANNEL_TRUEHD 7