diff options
author | Clément Bœsch <clement@stupeflix.com> | 2013-11-04 12:35:17 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2013-11-04 12:53:06 +0100 |
commit | fb10b43fc42b278c856eb98df524048500648ea4 (patch) | |
tree | 8883df16a330eb3009310e408d9e95c340e1c84c /.gitignore | |
parent | d10b1a200dc3676f014f7e2c020800a15c7cab8a (diff) | |
download | ffmpeg-streaming-fb10b43fc42b278c856eb98df524048500648ea4.zip ffmpeg-streaming-fb10b43fc42b278c856eb98df524048500648ea4.tar.gz |
doc/examples: rename demuxing to demuxing_decoding.
That example shows how the decoding process works, not only the
demuxing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ /doc/avoptions_codec.texi /doc/avoptions_format.texi /doc/examples/decoding_encoding -/doc/examples/demuxing +/doc/examples/demuxing_decoding /doc/examples/filtering_audio /doc/examples/filtering_video /doc/examples/metadata |