summaryrefslogtreecommitdiff
path: root/doc/examples/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2014-01-19 13:45:48 +0100
committerStefano Sabatini <stefasab@gmail.com>2014-01-20 13:10:10 +0100
commit5e2b8e493436dde5edf8534ec76d83101ca46891 (patch)
treea0f0ca9eb0d9c76f73633e7c23377e83b1281809 /doc/examples/Makefile
parent4014b401b0d55f27b7c430962b63f6b3fbf834c5 (diff)
examples: add remuxing example
Show how to perform streamcopy from one container to another.
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index f085532ffe..a25455e08c 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -17,6 +17,7 @@ EXAMPLES= decoding_encoding \
filtering_audio \
metadata \
muxing \
+ remuxing \
resampling_audio \
scaling_video \
transcode_aac \