Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/decode_audio: Add missing header for av_free() | Diego Biurrun | 2016-11-10 | 1 | -2/+3 |
| | |||||
* | examples/decode_audio: constify the AVCodec instance | Anton Khirnov | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | examples/avcodec: split audio decoding into a separate example | Anton Khirnov | 2016-11-02 | 1 | -0/+137 |
The four examples (audio/video encoding/decoding) are completely independent so it makes little sense to have them all in one file. |