[FFmpeg-devel] [PATCH 1/2] vp9: split header into separate struct and expose in vp9.h

Hendrik Leppkes h.leppkes at gmail.com
Wed Oct 14 22:57:48 CEST 2015


On Wed, Oct 14, 2015 at 10:16 AM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>
> This allows hwaccels to access the bitstream header information.
> ---
>  libavcodec/vp9.c             | 717 +++++++++++++++++++------------------------
>  libavcodec/vp9.h             | 114 +++++++
>  libavcodec/vp9_mc_template.c |   4 +-
>  libavcodec/vp9data.h         |  14 -
>  4 files changed, 436 insertions(+), 413 deletions(-)
>

Set OK'ed by Ronald on IRC, will push tomorrow if no-one objects.

- Hendrik


More information about the ffmpeg-devel mailing list