X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/3ea0171ea3ef374f9468805ec27b37b29f0dd47c..0c87b43c6cd45a66c54134026d2f2cf823df4c7d:/libavcodec/mlp.h

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
