commit | 280a789fe218351a1f137366a1eabde87313049a | [log] [tgz] |
---|---|---|
author | Carl Eugen Hoyos <[email protected]> | Tue Apr 19 01:09:11 2011 |
committer | Carl Eugen Hoyos <[email protected]> | Tue Apr 19 01:09:11 2011 |
tree | 7527a6c03d743b9478abfc994e577d5659a0e339 | |
parent | a3040715e1f0db1af0c27566a306c4a27ad07dcd [diff] [blame] |
Make MLP/TrueHD channel layout functions visible to the decoder.
diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index d7ce2b8..6e43bc3 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h
@@ -54,6 +54,9 @@ 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 */