OSDN Git Service

doc/examples: add audio decoding/filtering example.
authorClément Bœsch <clement.boesch@smartjog.com>
Mon, 20 Feb 2012 12:49:18 +0000 (13:49 +0100)
committerClément Bœsch <ubitux@gmail.com>
Tue, 21 Feb 2012 15:45:37 +0000 (16:45 +0100)
commitaecf0cf5ed907993d41009c6f2a7aa7c3904b837
treeacf5b512c1aff0dcbb0763217090a8cce490b23f
parent241f8465d07ecc0696bcda994a1f44d836b8809c
doc/examples: add audio decoding/filtering example.

Mostly based on doc/examples/filtering.c. lavfi API is still limited to
"buffer feeding" instead of "frame feeding" at the moment, so this
example code sticks with it.
doc/examples/Makefile
doc/examples/filtering_audio.c [new file with mode: 0644]