Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: get field_order for typical frames

2018-12-06 Thread Michael Niedermayer
On Wed, Dec 05, 2018 at 08:38:41PM +0100, Paul B Mahol wrote: > On 12/5/18, Michael Niedermayer wrote: > > On Wed, Dec 05, 2018 at 12:42:39PM +0100, Paul B Mahol wrote: > >> This is normally set by parser but parsing is not always enabled. > >> > >> Signed-off-by: Paul B Mahol > >> --- > >> liba

Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: get field_order for typical frames

2018-12-05 Thread Paul B Mahol
On 12/5/18, Michael Niedermayer wrote: > On Wed, Dec 05, 2018 at 12:42:39PM +0100, Paul B Mahol wrote: >> This is normally set by parser but parsing is not always enabled. >> >> Signed-off-by: Paul B Mahol >> --- >> libavcodec/h264dec.c | 18 ++ >> 1 file changed, 18 insertions(+

Re: [FFmpeg-devel] [PATCH] avcodec/h264dec: get field_order for typical frames

2018-12-05 Thread Michael Niedermayer
On Wed, Dec 05, 2018 at 12:42:39PM +0100, Paul B Mahol wrote: > This is normally set by parser but parsing is not always enabled. > > Signed-off-by: Paul B Mahol > --- > libavcodec/h264dec.c | 18 ++ > 1 file changed, 18 insertions(+) breaks: fate-api-h264-slice make: *** [fate-

[FFmpeg-devel] [PATCH] avcodec/h264dec: get field_order for typical frames

2018-12-05 Thread Paul B Mahol
This is normally set by parser but parsing is not always enabled. Signed-off-by: Paul B Mahol --- libavcodec/h264dec.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 00d922fbe9..39142da7af 100644 --- a/libavcodec/h264dec.