avcodec: add stream-level stereo3d side data

This commit is contained in:
Vittorio Giovara 2014-07-23 09:21:28 +01:00
parent 5694831e06
commit 110841c3ab
5 changed files with 69 additions and 1 deletions

View file

@ -13,6 +13,9 @@ libavutil: 2014-08-09
API changes, most recent first:
2014-08-28 - 9301486 - lavc 56.1.0 - avcodec.h
Add AV_PKT_DATA_STEREO3D to export container-level stereo3d information.
2014-08-13 - 8ddc326 - lavu 54.03.0 - mem.h
Add av_strndup().