On Sun, Dec 11, 2016 at 12:33:05AM -0300, James Almer wrote:
> Also deprecate av_stereo3d_alloc().
>
> This new alloc function optionally returns the size of the AVStereo3D struct.
>
> Signed-off-by: James Almer
> ---
> libavutil/stereo3d.c | 12
> libavutil/stereo3d.h | 14 +++
Also deprecate av_stereo3d_alloc().
This new alloc function optionally returns the size of the AVStereo3D struct.
Signed-off-by: James Almer
---
libavutil/stereo3d.c | 12
libavutil/stereo3d.h | 14 ++
2 files changed, 26 insertions(+)
diff --git a/libavutil/stereo3d.c