Re: [FFmpeg-devel] [PATCH 4/4] mjpeg: Use profile names in the encoder and decoder

2018-11-05 Thread Vittorio Giovara
On Fri, Nov 2, 2018 at 5:29 PM Carl Eugen Hoyos wrote: > 2018-11-02 20:35 GMT+01:00, Vittorio Giovara : > > --- > > libavcodec/codec_desc.c | 1 + > > libavcodec/mjpegdec.c | 2 ++ > > libavcodec/profiles.c | 9 + > > libavcodec/profiles.h | 1 + > > libavcodec/version.h| 2 +-

Re: [FFmpeg-devel] [PATCH 4/4] mjpeg: Use profile names in the encoder and decoder

2018-11-02 Thread Carl Eugen Hoyos
2018-11-02 20:35 GMT+01:00, Vittorio Giovara : > --- > libavcodec/codec_desc.c | 1 + > libavcodec/mjpegdec.c | 2 ++ > libavcodec/profiles.c | 9 + > libavcodec/profiles.h | 1 + > libavcodec/version.h| 2 +- > 5 files changed, 14 insertions(+), 1 deletion(-) How does this