Opened 13 years ago
Closed 13 years ago
#2781 closed defect (invalid)
9 and more channels not supported by libswresample
| Reported by: | Elon Musk | Owned by: | Michael Niedermayer |
|---|---|---|---|
| Priority: | normal | Component: | swresample |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
libswresample can't handle more than 8 channels, as there are not defined layouts for such cases. But having channel layout is not mandatory, if channel layout is 0 its means just interpret data as is.
Change History (3)
comment:1 by , 13 years ago
| Summary: | 9 and more channels not supported at all → 9 and more channels not supported by libswresample |
|---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



swresample supports upto SWR_CH_MAX channels which is 32 by default. so 9 and more channels should work. How can the problem you describe be reproduced?