OSDN Git Service

examples/avcodec: split audio decoding into a separate example
authorAnton Khirnov <anton@khirnov.net>
Wed, 19 Oct 2016 19:05:22 +0000 (21:05 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 2 Nov 2016 09:13:27 +0000 (10:13 +0100)
commitf5df897c4b61985e3afc89ba1290649712ff438e
treeeacdf748857871291a715e81d31aacc40b217003
parentf76698e759a08e8d3b629c06edb0439f474e7fee
examples/avcodec: split audio decoding into a separate example

The four examples (audio/video encoding/decoding) are completely
independent so it makes little sense to have them all in one file.
configure
doc/Makefile
doc/examples/avcodec.c
doc/examples/decode_audio.c [new file with mode: 0644]