[FFmpeg-devel] [PATCH] Fix error message for unknown options
Stefano Sabatini
stefano.sabatini-lala
Mon Feb 22 12:36:29 CET 2010
Hi, currently we have:
stefano at geppetto ~/s/ffmpeg> ffmpeg -foo "bar"
FFmpeg version SVN-r21955, Copyright (c) 2000-2010 the FFmpeg developers
ffmpeg: invalid value 'bar' for option 'foo'
With the patch we have:
stefano at geppetto ~/s/ffmpeg> ffmpeg -foo bar
Unrecognized option 'foo'
Regards.
--
FFmpeg = Fast and Furious Maxi Portable Energized Geisha
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-errmsg-for-unknown-opt.patch
Type: text/x-diff
Size: 555 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100222/a0251ab0/attachment.patch>
More information about the ffmpeg-devel
mailing list