[FFmpeg-devel] [PATCH 2/2] doc/examples: rename demuxing to decoding.

Stefano Sabatini stefasab at gmail.com
Thu Oct 31 09:53:09 CET 2013


On date Wednesday 2013-10-30 16:28:52 +0100, Clément Bœsch encoded:
> From: Clément Bœsch <clement at stupeflix.com>
> 
> This example shows how to decode more than how to demux (demuxing just
> happens to be necessary for decoding).

The example was (is) meant to show how to use the libavformat API more
than the libavcodec API. Decoding was already shown in an hacky way in
decoding_encoding.c (which doesn't make use of libavformat), and I
thought that a proper demuxing example would also show decoding, since
this is why people mostly demux stuff.

If you insist you can rename it to demuxing_decoding.c.
-- 
FFmpeg = Fantastic & Faithless Murdering Peaceful Elastic Gadget


More information about the ffmpeg-devel mailing list