diff options
author | James Almer <jamrial@gmail.com> | 2017-10-30 16:52:36 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-30 16:52:36 -0300 |
commit | e3ebc293c624ff4cb9e225c269a466290788bb55 (patch) | |
tree | 792f73e38fac802369f02a9beb76b76fd4c3ec72 /libavcodec/mlp_parser.h | |
parent | 1242a6170e93351b519a0b92861654d5ff14d8dc (diff) | |
parent | 94c54d97e7f4fe90570c323803f2bdf6246c1010 (diff) | |
download | ffmpeg-e3ebc293c624ff4cb9e225c269a466290788bb55.tar.gz |
Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010'
* commit '94c54d97e7f4fe90570c323803f2bdf6246c1010':
mlp: Factor out channel layout subset checks
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/mlp_parser.h')
-rw-r--r-- | libavcodec/mlp_parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index c5a2883920..79c4efdb9a 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -68,4 +68,6 @@ uint64_t ff_truehd_layout(int chanmap); extern const uint64_t ff_mlp_layout[32]; +int ff_mlp_channel_layout_subset(uint64_t channel_layout, uint64_t mask); + #endif /* AVCODEC_MLP_PARSER_H */ |