summaryrefslogtreecommitdiffstats
path: root/doc/examples/decode_audio.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/decode_audio: use <> to include libav* headersJames Almer2017-03-311-3/+3
| | | | Found-by: ubitux
* Merge commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b'James Almer2017-03-311-2/+3
|\ | | | | | | | | | | | | * commit '905cdcaa9d081d3d945ce555b27b43a75c3af57b': examples/decode_audio: Add missing header for av_free() Merged-by: James Almer <[email protected]>
| * examples/decode_audio: Add missing header for av_free()Diego Biurrun2016-11-101-2/+3
| |
* | doc/examples/{de,en}code_audio: fix includesClément Bœsch2017-03-291-2/+2
| | | | | | | | Consistent with other examples.
* | Merge commit '90265814f993098d79b0a0f40745ecdb403fbf56'Clément Bœsch2017-03-291-1/+1
|\| | | | | | | | | | | | | * commit '90265814f993098d79b0a0f40745ecdb403fbf56': examples/decode_audio: constify the AVCodec instance Merged-by: Clément Bœsch <[email protected]>
| * examples/decode_audio: constify the AVCodec instanceAnton Khirnov2016-11-021-1/+1
| |
* | Merge commit 'f5df897c4b61985e3afc89ba1290649712ff438e'Clément Bœsch2017-03-291-22/+36
|/ | | | | | | * commit 'f5df897c4b61985e3afc89ba1290649712ff438e': examples/avcodec: split audio decoding into a separate example Merged-by: Clément Bœsch <[email protected]>
* examples/avcodec: split audio decoding into a separate exampleAnton Khirnov2016-11-021-0/+137
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file.