[FFmpeg-devel] [PATCH 1/2] vp9: split header into separate struct and expose in vp9.h
Hendrik Leppkes
h.leppkes at gmail.com
Thu Oct 15 13:07:59 CEST 2015
On Wed, Oct 14, 2015 at 10:57 PM, Hendrik Leppkes <h.leppkes at gmail.com> wrote:
> 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.
>
Applied
More information about the ffmpeg-devel
mailing list