On 10/29/2018 7:16 PM, James Almer wrote: > From: "Ronald S. Bultje" <rsbul...@gmail.com> > > Originally written by Ronald S. Bultje, with fixes, optimizations and > improvements by James Almer. > > Signed-off-by: James Almer <jamr...@gmail.com> > --- > - s.n_frame_threads is now mapped to avctx->thread_count. > - colorspace, color_primaries and color_trc are now cast to avutil enums to > silence -Wenum-conversion warnings on Clang. > - Constified the data pointer in libdav1d_data_free() callback due to recent > changes upstream. > > Dav1dData was updated upstream as well, so a { 0 } initialization should not > emit any kind of warning with old GCC/Clang anymore. > > configure | 4 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/libdav1d.c | 270 +++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 276 insertions(+) > create mode 100644 libavcodec/libdav1d.c
Pushed. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel