Re: [FFmpeg-devel] [PATCH 2/7] mjpegdec: Add hwaccel hooks

2018-02-19 Thread Philip Langdale
On Mon, 19 Feb 2018 23:28:44 + Mark Thompson wrote: > Also adds some extra fields to the main context structure that may > be needed by a hwaccel decoder. > --- > YUVJ hacks are removed, they will be handled in API-specific code. > > > libavcodec/mjpegdec.c | 74 > +

[FFmpeg-devel] [PATCH 2/7] mjpegdec: Add hwaccel hooks

2018-02-19 Thread Mark Thompson
Also adds some extra fields to the main context structure that may be needed by a hwaccel decoder. --- YUVJ hacks are removed, they will be handled in API-specific code. libavcodec/mjpegdec.c | 74 --- libavcodec/mjpegdec.h | 13 + 2 files