summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2014-11-19 19:54:48 +0100
committerClément Bœsch <u@pkh.me>2014-11-19 19:55:02 +0100
commitde8cd93a05d1c1feb69e18998932430f6d4f941b (patch)
treee71e3957a739c90db916f3ef648b05c2e33168cd /doc
parent4e20e94921460f7108ad76dc873417cd15b356c4 (diff)
downloadffmpeg-streaming-de8cd93a05d1c1feb69e18998932430f6d4f941b.zip
ffmpeg-streaming-de8cd93a05d1c1feb69e18998932430f6d4f941b.tar.gz
doc/writing_filters: use ffmpeg.org instead of wikimedia.org for lena image
Less likely to change, and under our control. Thanks-to: Michael Niedermayer
Diffstat (limited to 'doc')
-rw-r--r--doc/writing_filters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt
index 7051f5e..eb16d42 100644
--- a/doc/writing_filters.txt
+++ b/doc/writing_filters.txt
@@ -23,7 +23,7 @@ for others using the `./ffmpeg -v 0 -filters|grep ' V->V '` command.
pattern of the other filters.
- ./configure ...
- make -j<whatever> ffmpeg
- - ./ffmpeg -i http://upload.wikimedia.org/wikipedia/en/2/24/Lenna.png -vf foobar foobar.png
+ - ./ffmpeg -i http://samples.ffmpeg.org/image-samples/lena.pnm -vf foobar foobar.png
Note here: you can obviously use a random local image instead of a remote URL.
If everything went right, you should get a foobar.png with Lena edge-detected.
OpenPOWER on IntegriCloud