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
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-30 11:18:42 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-01 15:02:08 +0400
commitca858ab77d7bb49ae99485721bbbe3a580670904 (patch)
treef532fba952a110340c5bea915e7cf09d6eb1b990 /doc
parent201549d1a95e5ea81a97257368668cda0afcb2f8 (diff)
doc/examples: give meaningful names to the example files
Rename: api-example.c -> encoding-example.c output-example.c -> muxing-example.c
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile2
-rw-r--r--doc/examples/encoding-example.c (renamed from doc/examples/api-example.c)0
-rw-r--r--doc/examples/muxing-example.c (renamed from doc/examples/output-example.c)0
3 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index facbd7e178..c32d524da4 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
CFLAGS+=$(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
-EXAMPLES=api-example output-example
+EXAMPLES=encoding-example muxing-example
OBJS=$(addsuffix .o,$(EXAMPLES))
diff --git a/doc/examples/api-example.c b/doc/examples/encoding-example.c
index a32c09ab69..a32c09ab69 100644
--- a/doc/examples/api-example.c
+++ b/doc/examples/encoding-example.c
diff --git a/doc/examples/output-example.c b/doc/examples/muxing-example.c
index f068e946dd..f068e946dd 100644
--- a/doc/examples/output-example.c
+++ b/doc/examples/muxing-example.c