comparison libmpcodecs/vf_down3dright.c @ 24892:80180dc13565

Change decode_audio() interface Rewrite decode_audio to better deal with filters that handle input in large blocks. It now always places output in sh_audio->a_out_buffer (which was always given as a parameter before) and reallocates the buffer if needed. After the changes filters can return arbitrarily large blocks of data without some of it being lost. The new version also allows simplifying some code.
author uau
date Thu, 01 Nov 2007 06:52:19 +0000
parents a124f3abc1ec
children 00fff9a3b735
comparison
equal deleted inserted replaced
24891:fefb019faa90 24892:80180dc13565