OSDN Git Service

avconv: fix parsing metadata specifiers.
authorAnton Khirnov <anton@khirnov.net>
Mon, 5 Sep 2011 09:39:09 +0000 (11:39 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 5 Sep 2011 10:11:10 +0000 (12:11 +0200)
commita2a38d9665802a2b53d6c864128ecb06db96e19c
treee5a3fca524166cb5ba7ea18147fe6ba151fced15
parentbc5acfa7af01d7ac947159b3337d41692e29ee8a
avconv: fix parsing metadata specifiers.

After 039267f192f335144d9251e6f05a1513dd1e8ef1, metadata specifiers are
passed without the leading ':'. Remove a ++ that didn't take this into
account.
avconv.c