summaryrefslogtreecommitdiff
path: root/libavcodec/dolby_e.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-05-28 22:26:08 +0200
committerJames Almer <jamrial@gmail.com>2022-03-15 09:42:41 -0300
commita7a672c88edf51425e587f377c568b06f786d776 (patch)
tree7c894c6539aa578cbe6555cba0db39fb739f50d5 /libavcodec/dolby_e.h
parent441fe2508da82b1824d71d5b62059c17262eb76d (diff)
dolby_e: convert to new channel layout API
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/dolby_e.h')
-rw-r--r--libavcodec/dolby_e.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dolby_e.h b/libavcodec/dolby_e.h
index 9f0c065729..b2eadfea4a 100644
--- a/libavcodec/dolby_e.h
+++ b/libavcodec/dolby_e.h
@@ -59,6 +59,8 @@ typedef struct DolbyEHeaderInfo {
*/
int multi_prog_warned;
+ int output_channel_order;
+
int sample_rate;
/** @} */
} DolbyEHeaderInfo;