Revision a6ebca9e
ffmpeg.c | ||
---|---|---|
536 | 536 |
/* now encode as many frames as possible */ |
537 | 537 |
if (enc->frame_size > 1) { |
538 | 538 |
/* output resampled raw samples */ |
539 |
av_fifo_realloc(&ost->fifo, av_fifo_size(&ost->fifo) + size_out + 1); |
|
539 | 540 |
av_fifo_write(&ost->fifo, buftmp, size_out); |
540 | 541 |
|
541 | 542 |
frame_bytes = enc->frame_size * 2 * enc->channels; |
Also available in: Unified diff