diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-11 20:34:45 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-16 20:24:20 +0200 |
commit | 48f9e457ea0143e14b04f7ae9cc5358904f9475a (patch) | |
tree | bc39e61a4f1e3241c698221fcfbefcd2752e504a /doc | |
parent | bca06e77e1b07f1dab04c3b9fef6fdcb62b4a401 (diff) | |
download | ffmpeg-48f9e457ea0143e14b04f7ae9cc5358904f9475a.tar.gz |
lavf: add avformat_query_codec().
It allows to check if a given codec can be written into a container.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 64d15710c2..cfce48bfcd 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-08-xx - xxxxxxx - lavf 53.4.0 + Add avformat_query_codec(). + 2011-08-xx - xxxxxxx - lavc 53.8.0 Add avcodec_get_type(). |