[FFmpeg-cvslog] doc/examples: give meaningful names to the example files

Stefano Sabatini git at videolan.org
Wed Jun 1 13:29:31 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Mon May 30 09:18:42 2011 +0200| [ca858ab77d7bb49ae99485721bbbe3a580670904] | committer: Stefano Sabatini

doc/examples: give meaningful names to the example files

Rename:
api-example.c    -> encoding-example.c
output-example.c -> muxing-example.c

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca858ab77d7bb49ae99485721bbbe3a580670904
---

 doc/examples/Makefile                              |    2 +-
 doc/examples/{api-example.c => encoding-example.c} |    0
 .../{output-example.c => muxing-example.c}         |    0
 3 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index facbd7e..c32d524 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
similarity index 100%
rename from doc/examples/api-example.c
rename to doc/examples/encoding-example.c
diff --git a/doc/examples/output-example.c b/doc/examples/muxing-example.c
similarity index 100%
rename from doc/examples/output-example.c
rename to doc/examples/muxing-example.c



More information about the ffmpeg-cvslog mailing list