[FFmpeg-devel] [PATCH] avcodec/vp9_parser: parse size and colorspace values from frame headers

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Jan 19 13:19:45 EET 2018


2018-01-19 4:51 GMT+01:00 James Almer <jamrial at gmail.com>:
> Improves remuxing support when vp9 decoder is not compiled in.

> +static int read_colorspace_details(AVCodecParserContext *ctx, AVCodecContext *avctx,
> +                                   GetBitContext *gb)

Isn't this a duplicate of an existing, non-trivial function?

Carl Eugen


More information about the ffmpeg-devel mailing list