diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-28 17:52:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-02 22:56:03 +0200 |
commit | 5082fcc0e2c899484534637544463effbf50d9d1 (patch) | |
tree | 43babc8647191221210ba46f0bb902560fea3bee /doc/APIchanges | |
parent | f4aec348056cf9602fc853d2606835c49443d6df (diff) | |
download | ffmpeg-5082fcc0e2c899484534637544463effbf50d9d1.tar.gz |
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>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ab932c34d0..743b5b0a2b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-10-02 - xxxxxxx - lavf 55.19.100 - avformat.h + Add audio/video/subtitle AVCodec fields to AVFormatContext to force specific + decoders + 2013-08-xx - xxxxxxx - lavfi 3.11.0 - avfilter.h Add AVFilterGraph.execute and AVFilterGraph.opaque for custom slice threading implementations. |