OSDN Git Service

ffmpeg: modify help text for the map option
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 20 Mar 2011 07:01:40 +0000 (08:01 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 20 Mar 2011 20:07:03 +0000 (21:07 +0100)
commit17a4ec8e7edf478f877f99f7dcac6b4c3268c821
treee4f53eff7e6def48f1bc41c2e94efc76bab7f09b
parent8eec00278c2ccad7fba840416a3a22740aa8e60f
ffmpeg: modify help text for the map option

Change "file:stream[:syncfile:syncstream]" to
"file.stream[:syncfile.syncstream]", the latter syntax is more
consistent with the stream identifier form printed by
av_dump_format(), and more readable. Both syntaxes are currently
accepted by the opt_map() code.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
ffmpeg.c