From 280a789fe218351a1f137366a1eabde87313049a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 19 Apr 2011 03:09:11 +0200 Subject: Make MLP/TrueHD channel layout functions visible to the decoder. --- libavcodec/mlp_parser.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/mlp_parser.h') 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 */ -- cgit v1.2.3