Add av_image_check_sar() and use it to validate SAR

This commit is contained in:
Justin Ruggles
2014-04-28 16:08:33 -04:00
parent d349afb07b
commit 9e500efdbe
19 changed files with 116 additions and 14 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
2014-06-xx - xxxxxxx - lavu 53.17.0 - imgutils.h
Add av_image_check_sar().
2014-06-xx - xxxxxxx - lavc 55.55.0 - avcodec.h
Add av_packet_rescale_ts() to simplify timestamp conversion.