Re: [FFmpeg-devel] [PATCH 1/3] lavc: Add coded bitstream read/write support for VP9
On 4/8/2018 2:48 PM, Mark Thompson wrote: > --- > configure| 2 + > libavcodec/Makefile | 1 + > libavcodec/cbs.c | 6 + > libavcodec/cbs_internal.h| 1 + > libavcodec/cbs_vp9.c | 666 > ++
[FFmpeg-devel] [PATCH 1/3] lavc: Add coded bitstream read/write support for VP9
--- configure| 2 + libavcodec/Makefile | 1 + libavcodec/cbs.c | 6 + libavcodec/cbs_internal.h| 1 + libavcodec/cbs_vp9.c | 666 +++ libavcodec/cbs_vp9.h