diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-09-05 18:10:53 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-09-05 18:12:56 +0200 |
commit | 0c87b43c6cd45a66c54134026d2f2cf823df4c7d (patch) | |
tree | 931b97f552a2bf20f196d12d4af3dec232db18ec /libavcodec/mlpenc.c | |
parent | 3ea0171ea3ef374f9468805ec27b37b29f0dd47c (diff) | |
download | ffmpeg-0c87b43c6cd45a66c54134026d2f2cf823df4c7d.tar.gz |
avcodec/mlp: move sync defines to common header
Diffstat (limited to 'libavcodec/mlpenc.c')
-rw-r--r-- | libavcodec/mlpenc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/mlpenc.c b/libavcodec/mlpenc.c index d686f0a3e1..e38abf7f13 100644 --- a/libavcodec/mlpenc.c +++ b/libavcodec/mlpenc.c @@ -215,9 +215,6 @@ static const BestOffset restart_best_offset[NUM_CODEBOOKS] = {{0}}; #define SYNC_MAJOR 0xf8726f #define MAJOR_SYNC_INFO_SIGNATURE 0xB752 -#define SYNC_MLP 0xbb -#define SYNC_TRUEHD 0xba - /* must be set for DVD-A */ #define FLAGS_DVDA 0x4000 /* FIFO delay must be constant */ |