]> git.sesse.net Git - ffmpeg/blobdiff - libswresample/swresample_internal.h
swr: fix #endif comment ref.
[ffmpeg] / libswresample / swresample_internal.h
index 4678886bdb1e4860b4246446af98412abfb3919f..4764ddfd6f653c06185c178144e49dd9f782aa75 100644 (file)
@@ -45,6 +45,8 @@ typedef struct SwrContext {          //FIXME find unused fields
     int     out_sample_rate;
     int flags;
     float slev, clev, rematrix_volume;
+    const int *channel_map;             ///< channel index (or -1 if muted channel) map
+    int used_ch_count;                  ///< number of used channels (mapped channel count if channel_map, otherwise in.ch_count)
 
     //below are private
     int int_bps;