Commit bf411fff authored by Stefano Sabatini's avatar Stefano Sabatini

examples: rename avcodec.c to decoding_encoding.c

Restore the old name, which was more meaningful and consistent with the
names of the other examples.
parent dc6a17cf
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
/doc/avoptions_format.texi /doc/avoptions_format.texi
/doc/doxy/html/ /doc/doxy/html/
/doc/examples/avio_reading /doc/examples/avio_reading
/doc/examples/avcodec /doc/examples/decoding_encoding
/doc/examples/demuxing_decoding /doc/examples/demuxing_decoding
/doc/examples/filter_audio /doc/examples/filter_audio
/doc/examples/filtering_audio /doc/examples/filtering_audio
......
...@@ -1284,7 +1284,7 @@ COMPONENT_LIST=" ...@@ -1284,7 +1284,7 @@ COMPONENT_LIST="
EXAMPLE_LIST=" EXAMPLE_LIST="
avio_reading_example avio_reading_example
avcodec_example decoding_encoding_example
demuxing_decoding_example demuxing_decoding_example
filter_audio_example filter_audio_example
filtering_audio_example filtering_audio_example
......
...@@ -12,7 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS) ...@@ -12,7 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)
EXAMPLES= avio_reading \ EXAMPLES= avio_reading \
avcodec \ decoding_encoding \
demuxing_decoding \ demuxing_decoding \
filtering_video \ filtering_video \
filtering_audio \ filtering_audio \
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* @file * @file
* libavcodec API use example. * libavcodec API use example.
* *
* @example avcodec.c * @example decoding_encoding.c
* Note that libavcodec only handles codecs (mpeg, mpeg4, etc...), * Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the * not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the
* format handling * format handling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment