aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/encoding.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/encoding.c: remove unnecessary includesStefano Sabatini2011-07-101-8/+0
| | | | Simplify.
* examples/encoding.c: use av_image_alloc() for allocating an image bufferStefano Sabatini2011-07-101-10/+6
| | | | Simplify.
* examples/encoding.c: replace "this library" with "libavcodec" in doxyStefano Sabatini2011-07-091-1/+1
| | | | So it is more clear the context of the sentence.
* examples/encoding.c: remove reference to unexisting fileStefano Sabatini2011-07-091-1/+0
|
* examples/muxing.c: set sample format for encodingStefano Sabatini2011-07-091-0/+1
| | | | | This is required, or avcodec_open() will abort because of invalid sample format.
* examples: rename "-example" suffix from examples filesStefano Sabatini2011-07-041-0/+468
The suffix is redundant since the containing directory itself is called "examples". Simplify.