X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmlp_parser.h;h=9967abbad203ecbc2c3e50a8c89bfa22cb8f0252;hb=51e9d2dbc8f8e7aed216222a496cc7e588afa217;hp=f9638bb868cc619b38cf87f1d06cf9d3bfaf8b2c;hpb=b90ab2b99365a6c7f997abdb8ebfb0711c981249;p=ffmpeg diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index f9638bb868c..9967abbad20 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -39,6 +39,7 @@ typedef struct MLPHeaderInfo int group1_samplerate; ///< Sample rate of first substream int group2_samplerate; ///< Sample rate of second substream (MLP only) + int channel_arrangement; int channels_mlp; ///< Channel count for MLP streams int channels_thd_stream1; ///< Channel count for substream 1 of TrueHD streams ("6-channel presentation") int channels_thd_stream2; ///< Channel count for substream 2 of TrueHD streams ("8-channel presentation")