[FFmpeg-soc] [PATCH] Audio visualization initial draft (incomplete) and question on callbacks

S.N. Hemanth Meenakshisundaram smeenaks at ucsd.edu
Fri Aug 6 11:57:55 CEST 2010


This filter will need the value of delay (calculated in ffplay based on
how much SDL has consumed at the moment. What would be the best way to
get this information to the filter. I was thinking of using a callback
but am not sure if its right to call an ffplay.c function from lavfi.
Please let me know if this is ok or if there are better ways.

I already get audio info through filter_samples and other info through
init. Only changing information from video side is a problem.

Regards,
Hemanth

---
 libavfilter/af_aviz.c |  235 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 235 insertions(+), 0 deletions(-)
 create mode 100644 libavfilter/af_aviz.c



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Audio-visualization-initial-draft-incomplete.patch
Type: text/x-patch
Size: 9393 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20100806/853ee1c0/attachment.bin>


More information about the FFmpeg-soc mailing list