diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-20 23:24:17 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2014-08-21 12:27:34 +0200 |
commit | 980a5b01fd07ae117ee30aaef74b57d68f0df22d (patch) | |
tree | 1c0c2242a9f37ad2a385d27d872882545bb18d49 /doc/APIchanges | |
parent | 32cb6c1fe28f3f96ccc8a1ff90b17f01419a004e (diff) | |
download | ffmpeg-980a5b01fd07ae117ee30aaef74b57d68f0df22d.tar.gz |
avutil/motion_vector.h: fix coordinate types
See b0352b1997a83f1b6b27919b94aab539f099b25b for more information on the
feature.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1bed10778d..da05c8d6e0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,7 +15,7 @@ libavutil: 2014-08-09 API changes, most recent first: -2014-08-xx - xxxxxxx - lavu 54.5.100 - frame.h motion_vector.h +2014-08-xx - xxxxxxx - lavu 54.6.100 - frame.h motion_vector.h Add AV_FRAME_DATA_MOTION_VECTORS side data and AVMotionVector structure 2014-08-16 - xxxxxxx - lswr 1.1.100 - swresample.h |