OSDN Git Service

lavc: add A|E|D flags to "ac" and "ar" options
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 17 Jul 2011 13:28:42 +0000 (13:28 +0000)
committerAnton Khirnov <anton@khirnov.net>
Sun, 21 Aug 2011 14:06:16 +0000 (16:06 +0200)
commit143d6a3fa79f2d8b230c02939e3d8bbdbbacb25a
tree0a8e5c196767f0e5162f5e934873a293e6ac3ca4
parentccb919e34b1276db5cfcd903e405e47ccb932d58
lavc: add A|E|D flags to "ac" and "ar" options

Fix setting of the corresponding AVCodecContext fields via
cmdutils.c:filter_codec_opts().
In particular, fix ffplay -ac and -ar options.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/options.c