OSDN Git Service

avconv: make -map_metadata work consistently with the other options
authorAnton Khirnov <anton@khirnov.net>
Fri, 29 Jul 2011 11:07:27 +0000 (13:07 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 12 Aug 2011 11:50:36 +0000 (13:50 +0200)
commite6e6060c9be60f5eb6c94556ca4c92f76cba0d1f
tree0b9339f5f4d576a54fadf4a0f5152d818d7ff78c
parentc9065c29176bade732745425029116b0548a959c
avconv: make -map_metadata work consistently with the other options

Before, it took an input and output file index, now it only takes an
input file and applies to the next output file.

Stream/chapter/program specification is now part of the option name and
the delimiter was changed from ',' to ':' to be consistent with the
similar feature for AVOptions.
avconv.c
doc/avconv.texi