Re: [FFmpeg-devel] [PATCH] lavfi/drawutils: support NV12 and NV21

2016-05-10 Thread Michael Niedermayer
On Mon, May 09, 2016 at 08:52:30PM -0500, Rodger Combs wrote: > --- > libavfilter/drawutils.c | 33 - > tests/ref/fate/filter-pixfmts-pad | 2 ++ > 2 files changed, 18 insertions(+), 17 deletions(-) should be ok thx [...] -- Michael GnuPG fingerpr

[FFmpeg-devel] [PATCH] lavfi/drawutils: support NV12 and NV21

2016-05-09 Thread Rodger Combs
--- libavfilter/drawutils.c | 33 - tests/ref/fate/filter-pixfmts-pad | 2 ++ 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/libavfilter/drawutils.c b/libavfilter/drawutils.c index d37c83e..3146bfa 100644 --- a/libavfilter/drawutils.c ++