aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/demuxing_decoding.c
Commit message (Collapse)AuthorAgeFilesLines
* doc/examples: do not check NULL values for avcodec_close()Stefano Sabatini2013-11-211-4/+2
| | | | avcodec_close() does nothing in case the argument is NULL. Simplify.
* doc/examples: rename demuxing to demuxing_decoding.Clément Bœsch2013-11-041-0/+388
That example shows how the decoding process works, not only the demuxing.