Opened 18 years ago

Closed 17 years ago

#594 closed defect (fixed)

DTS streams forced to stereo

Reported by: mplayer-bugzilla@… Owned by: mans@…
Priority: normal Component: libavcodec
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

dtsdec.c forces DTS decoding to stereo.
Quote dtsdec.c line 259 :

flags = 2; /* ???????????? */

While commenting this line does remove this force, it produces noise in the
other channels.

A post dating back to 2004 seems to try to fix this:
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2004-October/039838.html

However, for me, this doesn't seem to work: I get noise in the other channels.

Change History (2)

comment:1 by compn, 17 years ago

i think this has been fixed in svn for some time now...

please verify.

also there is now ffdca which does downmixing.

comment:2 by mans@…, 17 years ago

Resolution: fixed
Status: newclosed

Fixed.

Note: See TracTickets for help on using tickets.