On Tue, 26 Jul 2016, Michael Niedermayer wrote:

On Tue, Jul 26, 2016 at 09:31:17PM +0300, Martin Storsjö wrote:
This is cherrypicked from libav, from commits
82b7525173f20702a8cbc26ebedbf4b69b8fecec and
d0b1e6049b06eeeeca146ece4d2f199c5dba1565.

---
Fixed the issues pointed out by Michael, removed the parts of the
commit message as requested by Carl.
---
 Changelog                   |   1 +
 configure                   |   2 +
 doc/general.texi            |   9 +-
 libavcodec/Makefile         |   3 +-
 libavcodec/allcodecs.c      |   2 +-
 libavcodec/libopenh264.c    |  62 +++++++++++
 libavcodec/libopenh264.h    |  39 +++++++
 libavcodec/libopenh264dec.c | 243 ++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/libopenh264enc.c |  48 ++-------
 libavcodec/version.h        |   2 +-
 10 files changed, 366 insertions(+), 45 deletions(-)
 create mode 100644 libavcodec/libopenh264.c
 create mode 100644 libavcodec/libopenh264.h
 create mode 100644 libavcodec/libopenh264dec.c

LGTM, please push, unless someone else has more comments

thanks

Pushed both.

// Martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to