Ticket #586 (closed defect: fixed)
av_resample takes (short) samples not bytes
| Reported by: | radford | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avcodec |
| Version: | git-master | Keywords: | resample |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
When audio_resample calls av_resample it passes the dst_size arg with a byte size (lenout) whereas it should pass (short) samples (lenout/2).
Attachments
Change History
Changed 19 months ago by radford
-
attachment
ffmpeg-resample-dst_size.patch
added
Note: See
TracTickets for help on using
tickets.



Patch to fix unit mismatch in call to av_resample