h264_parser: export video format and dimensions

This commit is contained in:
Anton Khirnov
2015-02-09 14:41:50 +01:00
parent 5b1d9ceec7
commit 31d2039cb4
5 changed files with 58 additions and 1 deletions

View File

@ -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.