]> git.sesse.net Git - ffmpeg/commit
h264: decode the poc values from the slice header into the per-slice context
authorAnton Khirnov <anton@khirnov.net>
Tue, 17 May 2016 13:35:50 +0000 (15:35 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:08:56 +0000 (11:08 +0200)
commitf966498e433fead2f5e6b5b66fad2ac062146d22
tree212757e848db68db4b7fa516d52befa2864cd7fe
parent54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b
h264: decode the poc values from the slice header into the per-slice context

Copy them into the decoder-global context in field_start(). This avoids
modifying the decoder-global context during bitstream parsing.
libavcodec/h264.h
libavcodec/h264_slice.c