Re: [FFmpeg-devel] [PATCH] avformat/utils: force native h264 decoder for probing

2016-09-22 Thread Timo Rothenpieler
Am 22.09.2016 um 12:36 schrieb Michael Niedermayer: > On Thu, Sep 22, 2016 at 11:09:08AM +0200, Timo Rothenpieler wrote: >> --- >> libavformat/utils.c | 18 +++--- >> 1 file changed, 15 insertions(+), 3 deletions(-) > > LGTM > > thx pushed ___

Re: [FFmpeg-devel] [PATCH] avformat/utils: force native h264 decoder for probing

2016-09-22 Thread Michael Niedermayer
On Thu, Sep 22, 2016 at 11:09:08AM +0200, Timo Rothenpieler wrote: > --- > libavformat/utils.c | 18 +++--- > 1 file changed, 15 insertions(+), 3 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use go

Re: [FFmpeg-devel] [PATCH] avformat/utils: force native h264 decoder for probing

2016-09-21 Thread Michael Niedermayer
On Wed, Sep 21, 2016 at 07:01:34PM +0200, Timo Rothenpieler wrote: > --- > libavformat/utils.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index a9bd034..4c5340b 100644 > --- a/libavformat/utils.c > +++ b/libavformat/utils.c > @@ -16