Re: [FFmpeg-devel] [PATCH 11/14] h264_sei: parse the picture timing SEIs correctly

2020-04-06 Thread Michael Niedermayer
On Fri, Mar 27, 2020 at 01:57:45PM +0100, Anton Khirnov wrote: > Those SEIs refer to the currently active SPS. However, since the SEI > NALUs precede the coded picture data in the bitstream, the active SPS is > in general not known when we are decoding the SEI. > > Therefore, store the content of

[FFmpeg-devel] [PATCH 11/14] h264_sei: parse the picture timing SEIs correctly

2020-03-27 Thread Anton Khirnov
Those SEIs refer to the currently active SPS. However, since the SEI NALUs precede the coded picture data in the bitstream, the active SPS is in general not known when we are decoding the SEI. Therefore, store the content of the picture timing SEIs and actually parse it when the active SPS is know