Merge commit '220494ad0b'
* commit '220494ad0b':
dcadec: treat all 2-channel modes as Stereo in dca_downmix.
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
3f41e57fa8
1 changed files with 3 additions and 3 deletions
|
|
@ -1162,13 +1162,13 @@ static void dca_downmix(float **samples, int srcfmt, int lfe_present,
|
|||
|
||||
switch (srcfmt) {
|
||||
case DCA_MONO:
|
||||
case DCA_CHANNEL:
|
||||
case DCA_STEREO_TOTAL:
|
||||
case DCA_STEREO_SUMDIFF:
|
||||
case DCA_4F2R:
|
||||
av_log(NULL, AV_LOG_ERROR, "Not implemented!\n");
|
||||
break;
|
||||
case DCA_CHANNEL:
|
||||
case DCA_STEREO:
|
||||
case DCA_STEREO_TOTAL:
|
||||
case DCA_STEREO_SUMDIFF:
|
||||
break;
|
||||
case DCA_3F:
|
||||
c = channel_mapping[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue