OSDN Git Service

avconv: get rid of new* options.
authorAnton Khirnov <anton@khirnov.net>
Fri, 29 Jul 2011 06:36:13 +0000 (08:36 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 12 Aug 2011 17:10:22 +0000 (19:10 +0200)
commit3d4f0dab79ccc8b1a662de440a789ec00b428963
treed1dced445d0ac8ab89d212d2f443753ba2cce848
parentd4863fc1a83ceab1d75469b406a2c67e5659b2a0
avconv: get rid of new* options.

They are confusing, irregular and redundant -- -map already contains all
the information.  Stream maps can now be parsed in opt_output_file().

Add a more user-friendly default behavior in case no maps are present.

Breaks -programid for now, but it never worked properly anyway. A better
solution will be written soon.
avconv.c
doc/avconv.texi