OSDN Git Service

avformat: add support to force specific AVCodecs
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 28 Sep 2013 15:52:45 +0000 (17:52 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 2 Oct 2013 20:56:03 +0000 (22:56 +0200)
commit5082fcc0e2c899484534637544463effbf50d9d1
tree43babc8647191221210ba46f0bb902560fea3bee
parentf4aec348056cf9602fc853d2606835c49443d6df
avformat: add support to force specific AVCodecs

previously only codec_ids could be forced, which did not allow
forcing a specific implementation like libopenjpeg vs jpeg2000.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/APIchanges
libavformat/avformat.h
libavformat/utils.c
libavformat/version.h