Re: [libav-devel] [PATCH 07/11] ffv1enc: simplify encoder initialization

2014-11-11 Thread Luca Barbato
On 11/11/14 17:40, Vittorio Giovara wrote: > Also check return value of av_pix_fmt_desc_get. > --- > libavcodec/ffv1enc.c | 41 +++-- > 1 file changed, 11 insertions(+), 30 deletions(-) > A step in the good direction. __

[libav-devel] [PATCH 07/11] ffv1enc: simplify encoder initialization

2014-11-11 Thread Vittorio Giovara
Also check return value of av_pix_fmt_desc_get. --- libavcodec/ffv1enc.c | 41 +++-- 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c index 93630b4..ea7260a 100644 --- a/libavcodec/ffv1enc.c +++ b/libavc