diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-02-09 14:41:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-02-19 15:07:52 +0100 |
commit | 31d2039cb42668ebcf08248bc48bbad44aa05f49 (patch) | |
tree | 1c52e9e8eb0d14950bb640d62ceac1342034ce91 /doc | |
parent | 5b1d9ceec715846a58fe029bc3889ed6fa62436a (diff) | |
download | ffmpeg-31d2039cb42668ebcf08248bc48bbad44aa05f49.tar.gz |
h264_parser: export video format and dimensions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 18e8d5e46c..cf8d82892b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - xxxxxxx - lavc 56.13 + Add width, height, coded_width, coded_height and format to + AVCodecParserContext. + 2015-xx-xx - xxxxxxx - lavu 54.9.0 Add AV_PIX_FMT_QSV for QSV hardware acceleration. |