diff options
author | Andrew Wason <[email protected]> | 2012-04-20 17:06:25 -0400 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2012-04-21 01:57:21 +0200 |
commit | e9b1d5ae5e41b854a9d8d212e9e197a193ff1fa9 (patch) | |
tree | 51edaaa778441ecfbe4880e154eb5997b4aa3e75 /libavutil/timecode.c | |
parent | a812b599b504b39a8021827da89d5e23fb361cc9 (diff) |
fix swr_convert buffering of packed audio
swr_convert is not properly buffering packed input audio when the
output is not large enough, and when resampling is not actually needed
(same samplerate and no SWR_FLAG_RESAMPLE).
buf_set() is only handling the first channel and leaving the others as-is.
Sample program to reproduce the problem is here https://gist.github.com/2431768
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavutil/timecode.c')
0 files changed, 0 insertions, 0 deletions