OSDN Git Service

examples/avcodec: split audio encoding 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:11:46 +0000 (10:11 +0100)
commit40aaa8dadfd1c69ff4460d04750e1403b5535a6d
tree2bc04b705c9259a24f391fd5649037b314138fd7
parent064f19f39e2f17927278c6ad8fe884a5b92310d6
examples/avcodec: split audio encoding 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/encode_audio.c [new file with mode: 0644]