aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/resampling_audio.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/resample_audio: check av_samples_get_buffer_size() return codeTimothy Gu2013-12-141-0/+4
| | | | | | Fixes CID1135757. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* 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 <michaelni@gmx.at>
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-161-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples: add resampling_audio.c fileStefano Sabatini2012-12-061-0/+223