Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2013-11-04 15:35:17 +0400
committerClément Bœsch <clement@stupeflix.com>2013-11-04 15:53:06 +0400
commitfb10b43fc42b278c856eb98df524048500648ea4 (patch)
tree8883df16a330eb3009310e408d9e95c340e1c84c /doc/examples/Makefile
parentd10b1a200dc3676f014f7e2c020800a15c7cab8a (diff)
doc/examples: rename demuxing to demuxing_decoding.
That example shows how the decoding process works, not only the demuxing.
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 3d698cc08a..cc5ee1121f 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -12,7 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)
EXAMPLES= decoding_encoding \
- demuxing \
+ demuxing_decoding \
filtering_video \
filtering_audio \
metadata \