OSDN Git Service

ffmpeg: change semantics of -map
authorAnton Khirnov <anton@khirnov.net>
Tue, 30 Aug 2011 02:06:24 +0000 (04:06 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 30 Aug 2011 15:57:59 +0000 (17:57 +0200)
commit88bfe4518bc31a111023d5c7f0b54b17955a735e
treef3f15cea4ae025523cc424b699dfe604f5be2e6d
parentf12f40b31aa7f030393cfc756e83f4aa4265e448
ffmpeg: change semantics of -map

New syntax contains an optional stream type, allowing to refer to n-th
stream of specific type.

Omitting stream number now maps all streams of the given type.
ffmpeg.c