Skip to content

Commit

Permalink
examples: rename avcodec.c to decoding_encoding.c
Browse files Browse the repository at this point in the history
Restore the old name, which was more meaningful and consistent with the
names of the other examples.
  • Loading branch information
saste committed Apr 23, 2014
1 parent dc6a17c commit bf411ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -36,7 +36,7 @@
/doc/avoptions_format.texi
/doc/doxy/html/
/doc/examples/avio_reading
/doc/examples/avcodec
/doc/examples/decoding_encoding
/doc/examples/demuxing_decoding
/doc/examples/filter_audio
/doc/examples/filtering_audio
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1284,7 +1284,7 @@ COMPONENT_LIST="

EXAMPLE_LIST="
avio_reading_example
avcodec_example
decoding_encoding_example
demuxing_decoding_example
filter_audio_example
filtering_audio_example
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/Makefile
Expand Up @@ -12,7 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)

EXAMPLES= avio_reading \
avcodec \
decoding_encoding \
demuxing_decoding \
filtering_video \
filtering_audio \
Expand Down
Expand Up @@ -24,7 +24,7 @@
* @file
* libavcodec API use example.
*
* @example avcodec.c
* @example decoding_encoding.c
* 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
* format handling
Expand Down

0 comments on commit bf411ff

Please sign in to comment.