]> git.sesse.net Git - ffmpeg/commit
ffmpeg: replace -vcodec/-acodec/-scodec with a better system.
authorAnton Khirnov <anton@khirnov.net>
Tue, 30 Aug 2011 02:10:54 +0000 (04:10 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 30 Aug 2011 15:57:59 +0000 (17:57 +0200)
commite3bf4e292cf999c9b8442a4e23677cab0b4781a9
treef10095d0105e3e41321bb8358c6de860da8e0b74
parenta0147957e70aecd9d3e06f69a53d26456f061fc9
ffmpeg: replace -vcodec/-acodec/-scodec with a better system.

The new option doesn't depend on its placement wrt -new* options (which
don't exist anymore) and works in a similar way as per-stream AVOptions.

-[vas]codec remain as aliases to -codec:[vas]
ffmpeg.c