[FFmpeg-devel] [PATCH 6/9] vp9: add keyframe profile 2/3 support.

Carl Eugen Hoyos cehoyos at ag.or.at
Wed May 6 19:40:20 CEST 2015


Ronald S. Bultje <rsbultje <at> gmail.com> writes:

> +static void vert_4x4_c(uint8_t *_dst, ptrdiff_t stride,
> +                       const uint8_t *left, const uint8_t *_top)

Once upon a time, it was claimed that we must not 
use identifiers starting with "_".

Would it be slower to decode to YUV420P16 and set 
bits_per_coded_sample? (Just being curious.)

Carl Eugen



More information about the ffmpeg-devel mailing list