aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/encode_audio.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/encode_audio: use the AVFrame API for allocating the dataAnton Khirnov2016-11-021-16/+10
| | | | It is simpler and more efficient.
* examples/encode_audio: constify AVCodec instancesAnton Khirnov2016-11-021-4/+4
|
* examples/avcodec: split audio encoding into a separate exampleAnton Khirnov2016-11-021-0/+211
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.