From a7a672c88edf51425e587f377c568b06f786d776 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 28 May 2019 22:26:08 +0200 Subject: dolby_e: convert to new channel layout API Signed-off-by: James Almer --- libavcodec/dolby_e.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dolby_e.h') 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; -- cgit v1.2.3