[FFmpeg-devel] [PATCH] Adds decode support for formats other than 420
compn
tempn at mi.rr.com
Fri Aug 22 23:52:36 CEST 2014
On Fri, 22 Aug 2014 13:31:06 -0700
Deb Mukherjee <debargha at google.com> wrote:
> Handles new VP9 profiles 1-3 with different color sampling and
> bit-depths.
> ---
> -static int vp8_decode(AVCodecContext *avctx,
> +static int vpx_decode(AVCodecContext *avctx,
> -static av_cold int vp8_free(AVCodecContext *avctx)
> +static av_cold int vpx_free(AVCodecContext *avctx)
probably ok, but changing variable names mixed with adding a feature
(more colorspaces) is probably better as two separate commits.
-compn
More information about the ffmpeg-devel
mailing list