diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-19 03:09:11 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-04-19 03:09:11 +0200 |
commit | 280a789fe218351a1f137366a1eabde87313049a (patch) | |
tree | 7527a6c03d743b9478abfc994e577d5659a0e339 /libavcodec/mlp_parser.h | |
parent | a3040715e1f0db1af0c27566a306c4a27ad07dcd (diff) | |
download | ffmpeg-280a789fe218351a1f137366a1eabde87313049a.tar.gz |
Make MLP/TrueHD channel layout functions visible to the decoder.
Diffstat (limited to 'libavcodec/mlp_parser.h')
-rw-r--r-- | libavcodec/mlp_parser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index d7ce2b8311..6e43bc38dc 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -54,6 +54,9 @@ typedef struct MLPHeaderInfo int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb); +int64_t ff_truehd_layout(int chanmap); + +extern const uint64_t ff_mlp_layout[32]; #endif /* AVCODEC_MLP_PARSER_H */ |