summaryrefslogtreecommitdiffstats
path: root/doc/examples/resampling_audio.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples: make fill_samples static.Clément Bœsch2013-11-281-1/+1
| | | | This is required to build with FFmpeg compilation options.
* examples/resampling_audio: make use of av_samples_alloc_array_and_samples()Stefano Sabatini2013-03-311-16/+4
| | | | Simplify.
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-141-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-161-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* examples: add resampling_audio.c fileStefano Sabatini2012-12-061-0/+223