diff options
author | Anton Khirnov | 2010-12-27 07:46:49 +0000 |
---|---|---|
committer | Anton Khirnov | 2010-12-27 07:46:49 +0000 |
commit | a46515115cd0ab552e7035afdb3f96a603e3a28f (patch) | |
tree | 1873a8545f005370725654695309fa2e099901cb /Makefile | |
parent | bb62d5c1f06e7ff0446abb9cbe6a102cdbd38cc0 (diff) |
Metadata muxer
Dumps all metadata to a text file for easy manual editing.
Originally committed as revision 26101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ documentation: $(addprefix doc/, developer.html faq.html general.html libavfilte $(HTMLPAGES) $(PODPAGES): doc/fftools-common-opts.texi -doc/ffmpeg.pod doc/ffmpeg.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi +doc/ffmpeg.pod doc/ffmpeg.html: doc/bitstream_filters.texi doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/metadata.texi doc/ffplay.pod doc/ffplay.html: doc/eval.texi doc/indevs.texi doc/filters.texi doc/outdevs.texi doc/protocols.texi doc/ffprobe.pod doc/ffprobe.html: doc/indevs.texi doc/protocols.texi doc/libavfilter.html: doc/filters.texi |