1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

Remove unused dca context variable.

This commit is contained in:
Carl Eugen Hoyos 2011-10-28 18:20:37 +02:00
parent 022d22e581
commit 81cd96caee

View File

@ -293,7 +293,6 @@ typedef struct {
/* Primary audio coding header */ /* Primary audio coding header */
int subframes; ///< number of subframes int subframes; ///< number of subframes
int is_channels_set; ///< check for if the channel number is already set
int total_channels; ///< number of channels including extensions int total_channels; ///< number of channels including extensions
int prim_channels; ///< number of primary audio channels int prim_channels; ///< number of primary audio channels
int subband_activity[DCA_PRIM_CHANNELS_MAX]; ///< subband activity count int subband_activity[DCA_PRIM_CHANNELS_MAX]; ///< subband activity count