diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-04-25 16:26:58 -0400 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2017-04-26 11:21:27 -0400 |
commit | 94c54d97e7f4fe90570c323803f2bdf6246c1010 (patch) | |
tree | 65a8e2410efa07825bae843e71cefcbb18a54047 /libavcodec/mlp_parser.h | |
parent | cea7fd9afb8488a6c48f7d7ee38602e1fd3dd425 (diff) | |
download | ffmpeg-94c54d97e7f4fe90570c323803f2bdf6246c1010.tar.gz |
mlp: Factor out channel layout subset checks
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 871b96db20..946f4d240c 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -63,4 +63,6 @@ typedef struct MLPHeaderInfo int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, BitstreamContext *bc); +int ff_mlp_channel_layout_subset(uint64_t channel_layout, uint64_t mask); + #endif /* AVCODEC_MLP_PARSER_H */ |