[FFmpeg-cvslog] doc/writing_filters: fix reference to Lenna image

Clément Bœsch u at pkh.me
Wed Nov 19 19:55:42 CET 2014


On Wed, Nov 19, 2014 at 01:34:01PM +0100, Michael Niedermayer wrote:
> On Tue, Nov 18, 2014 at 09:12:42PM +0100, Clément Bœsch wrote:
> > ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue Nov 18 21:10:29 2014 +0100| [568f1ecccf5cd2a7e235198e6b6e38e2934e03e8] | committer: Clément Bœsch
> > 
> > doc/writing_filters: fix reference to Lenna image
> > 
> > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=568f1ecccf5cd2a7e235198e6b6e38e2934e03e8
> > ---
> > 
> >  doc/writing_filters.txt |    3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/doc/writing_filters.txt b/doc/writing_filters.txt
> > index 40935d2..7051f5e 100644
> > --- a/doc/writing_filters.txt
> > +++ b/doc/writing_filters.txt
> > @@ -23,7 +23,8 @@ for others using the `./ffmpeg -v 0 -filters|grep ' V->V '` command.
> >     pattern of the other filters.
> >   - ./configure ...
> >   - make -j<whatever> ffmpeg
> > - - ./ffmpeg -i tests/lena.pnm -vf foobar foobar.png
> > + - ./ffmpeg -i http://upload.wikimedia.org/wikipedia/en/2/24/Lenna.png -vf foobar foobar.png
> > +   Note here: you can obviously use a random local image instead of a remote URL.
> 
> why not
> http://samples.ffmpeg.org/image-samples/lena.pnm
> ?
> 

Good idea, changed.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20141119/61f6b240/attachment.asc>


More information about the ffmpeg-cvslog mailing list