Opened 17 years ago
Last modified 15 years ago
#1533 new defect
ffvorbis decoder always decodes to 16 bits
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | ad |
| Version: | HEAD | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
The vorbis decoder in libavcodec always translates its internal float decode to 16-bit linear PCM, no matter what the user asks for with the -format switch.
vc->dsp.float_to_int16(data, vc->ret, len);
For "-format floatne", removing that conversion would throw away one bottleneck.
Attachments (1)
Change History (4)
comment:1 by , 17 years ago
| Version: | 1.0rc2 → HEAD |
|---|
by , 17 years ago
| Attachment: | mplayerfloatvorbis-v1.diff added |
|---|
comment:3 by , 15 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.

patch