summaryrefslogtreecommitdiff
path: root/libavcodec/mlp_parser.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-19 03:09:11 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-19 03:09:11 +0200
commit280a789fe218351a1f137366a1eabde87313049a (patch)
tree7527a6c03d743b9478abfc994e577d5659a0e339 /libavcodec/mlp_parser.h
parenta3040715e1f0db1af0c27566a306c4a27ad07dcd (diff)
Make MLP/TrueHD channel layout functions visible to the decoder.
Diffstat (limited to 'libavcodec/mlp_parser.h')
-rw-r--r--libavcodec/mlp_parser.h3
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 */