• Anton Khirnov's avatar
    h264_sei: parse the picture timing SEIs correctly · ec7f33a3
    Anton Khirnov authored
    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 known.
    ec7f33a3
h264_sei.h 7.04 KB