Re: [libav-devel] [PATCH] h264_sei: Check actual presence of picture timing SEI message

2017-02-18 Thread Anton Khirnov
Quoting Vittorio Giovara (2017-02-15 17:34:52) > From: Michael Niedermayer > > Signed-off-by: Michael Niedermayer > --- > This should hopefully be a better fix for the undetected interlaced > samples I reported a couple of days ago. > Vittorio

[libav-devel] [PATCH] h264_sei: Check actual presence of picture timing SEI message

2017-02-15 Thread Vittorio Giovara
From: Michael Niedermayer Signed-off-by: Michael Niedermayer --- This should hopefully be a better fix for the undetected interlaced samples I reported a couple of days ago. Vittorio libavcodec/h264_parser.c | 4 ++-- libavcodec/h264_sei.c|