diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-11-30 17:51:48 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-12-06 09:42:39 +0100 |
commit | 741b494fa8cd28a7d096349bac183893c236e3f9 (patch) | |
tree | 92fccb992b75e8106820a9d28be42e9492fa84ec /INSTALL | |
parent | e7078e842d93436edba1f30af1f9869d3913f7fe (diff) | |
download | ffmpeg-741b494fa8cd28a7d096349bac183893c236e3f9.tar.gz |
h264: eliminate default_ref_list
According to the spec, the reference list for a slice should be
constructed by first generating an initial (what we now call "default")
reference list and then optionally applying modifications to it.
Our code has an optimization where the initial reference list is
constructed for the first inter slice and then rebuilt for other slices
if needed. This, however, adds complexity to the code, requires an extra
2.5kB array in the codec context and there is no reason to think that it
has any positive effect on performance. Therefore, simplify the code by
generating the reference list from scratch for each slice.
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions