File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
/doc /avoptions_codec.texi
37
37
/doc /avoptions_format.texi
38
38
/doc /examples /decoding_encoding
39
- /doc /examples /demuxing
39
+ /doc /examples /demuxing_decoding
40
40
/doc /examples /filtering_audio
41
41
/doc /examples /filtering_video
42
42
/doc /examples /metadata
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
12
12
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS ) ) $(LDLIBS )
13
13
14
14
EXAMPLES = decoding_encoding \
15
- demuxing \
15
+ demuxing_decoding \
16
16
filtering_video \
17
17
filtering_audio \
18
18
metadata \
Original file line number Diff line number Diff line change 22
22
23
23
/**
24
24
* @file
25
- * libavformat demuxing API use example.
25
+ * Demuxing and decoding example.
26
26
*
27
27
* Show how to use the libavformat and libavcodec API to demux and
28
28
* decode audio and video data.
29
- * @example doc/examples/demuxing .c
29
+ * @example doc/examples/demuxing_decoding .c
30
30
*/
31
31
32
32
#include <libavutil/imgutils.h>
You can’t perform that action at this time.
0 commit comments