From 80a28c7509a11114e1aea5b208d56c6646d69c07 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 12 Apr 2015 20:50:53 +0200 Subject: swresample: Allow reinitialization without ever setting channel layouts --- libswresample/swresample_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswresample/swresample_internal.h') diff --git a/libswresample/swresample_internal.h b/libswresample/swresample_internal.h index c9e8476806..7296a3f772 100644 --- a/libswresample/swresample_internal.h +++ b/libswresample/swresample_internal.h @@ -115,6 +115,8 @@ struct SwrContext { int user_in_ch_count; ///< User set input channel count int user_out_ch_count; ///< User set output channel count int user_used_ch_count; ///< User set used channel count + int64_t user_in_ch_layout; ///< User set input channel layout + int64_t user_out_ch_layout; ///< User set output channel layout struct DitherContext dither; -- cgit v1.2.3