dring: expose frame wrappers in abi

Makes use of AVFrame's reference counting if possible instead of copying
the data.

Only bumps minor version because MediaFrame et al weren't in the ABI
until now.

Change-Id: I692e76230ed057c1ad4e46ab59ea5cfd163fb98d
This commit is contained in:
philippegorley
2018-09-25 15:17:14 -04:00
committed by Adrien Béraud
parent 65b75a3a41
commit b64c2570d7
7 changed files with 127 additions and 22 deletions

View File

@ -2,7 +2,7 @@ dnl Ring - configure.ac for automake 1.9 and autoconf 2.59
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
AC_INIT([Ring Daemon],[6.0.0],[ring@gnu.org],[ring])
AC_INIT([Ring Daemon],[6.1.0],[ring@gnu.org],[ring])
AC_COPYRIGHT([[Copyright (c) Savoir-faire Linux 2004-2018]])
AC_REVISION([$Revision$])