]> git.sesse.net Git - ffmpeg/commit
h264: split reading the ref list modifications and actually building the ref list
authorAnton Khirnov <anton@khirnov.net>
Fri, 15 Apr 2016 14:10:21 +0000 (16:10 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 12 Jun 2016 18:27:52 +0000 (20:27 +0200)
commited9a20ebe4a89de119ea97bdccf688ece8c6648c
tree8d6a939b9a337674255314e3e53ca3c5afda2557
parentfa57059079190242517701120cfdccad93c866da
h264: split reading the ref list modifications and actually building the ref list

This will allow postponing the reference list construction (and by
consequence some other functions, like frame_start) until the whole
slice header has been parsed.
libavcodec/h264.h
libavcodec/h264_refs.c
libavcodec/h264_slice.c