]> git.sesse.net Git - ffmpeg/commit
h264: move calculating the POC out of h264_slice_header_parse()
authorAnton Khirnov <anton@khirnov.net>
Thu, 14 Apr 2016 18:53:59 +0000 (20:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:52 +0000 (20:27 +0200)
commit4cec43a9eeb58eb9e581a2d9d25f78e5bfbb0960
treeb07972a7cc21f9a33b8811bc3ddb470208621eb1
parent6dd996c7c81575a1e4969987ab175a6df7beab3d
h264: move calculating the POC out of h264_slice_header_parse()

This function does not do any bitstream parsing and it depends on the
current frame being allocated, so this will allow the frame_start() to
be moved out eventually.
libavcodec/h264_slice.c