Re: [FFmpeg-devel] [PATCH 2/2] avcodec/utils: Warn if a encoder is missing the pix_fmts or sample_fmts list

2016-02-28 Thread Hendrik Leppkes
On Sun, Feb 28, 2016 at 2:14 AM, Michael Niedermayer wrote: > On Sun, Feb 28, 2016 at 01:26:16AM +0100, Hendrik Leppkes wrote: >> On Sun, Feb 28, 2016 at 12:17 AM, Michael Niedermayer >> wrote: >> > This would require listing supported formats for rawvideo and >> > wrapped_avframe >> > >> > Sign

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/utils: Warn if a encoder is missing the pix_fmts or sample_fmts list

2016-02-27 Thread wm4
On Sun, 28 Feb 2016 02:14:20 +0100 Michael Niedermayer wrote: > On Sun, Feb 28, 2016 at 01:26:16AM +0100, Hendrik Leppkes wrote: > > On Sun, Feb 28, 2016 at 12:17 AM, Michael Niedermayer > > wrote: > > > This would require listing supported formats for rawvideo and > > > wrapped_avframe > > >

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/utils: Warn if a encoder is missing the pix_fmts or sample_fmts list

2016-02-27 Thread Michael Niedermayer
On Sun, Feb 28, 2016 at 01:26:16AM +0100, Hendrik Leppkes wrote: > On Sun, Feb 28, 2016 at 12:17 AM, Michael Niedermayer > wrote: > > This would require listing supported formats for rawvideo and > > wrapped_avframe > > > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/utils.c |

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/utils: Warn if a encoder is missing the pix_fmts or sample_fmts list

2016-02-27 Thread Hendrik Leppkes
On Sun, Feb 28, 2016 at 12:17 AM, Michael Niedermayer wrote: > This would require listing supported formats for rawvideo and wrapped_avframe > > Signed-off-by: Michael Niedermayer > --- > libavcodec/utils.c |5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavcodec/utils.c b/lib