diff options
author | Clément Bœsch <u@pkh.me> | 2013-11-16 21:18:53 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2013-11-16 22:34:23 +0100 |
commit | 7e704b1e109b3c48b3175bf0eac7bb5bf0c66e75 (patch) | |
tree | 97b2e827b3617392fc090541b7037bea899aecb5 /doc/utils.texi | |
parent | cee63a14835267a8a3665ccc93b9f9c34a225b5e (diff) | |
download | ffmpeg-7e704b1e109b3c48b3175bf0eac7bb5bf0c66e75.tar.gz |
avcodec/vp9: add a never triggerable assert.
vp8_rac_get_tree() is called with a tree of size 3, so the returned
value can not be outside [0;3]. All of the [0;3] cases are handled in
the switch, so the assert should not be triggerable by any means. A
similar change was introduced in 97962b2 / 72ca830, with the
av_log()+AVERROR_INVALIDDATA form, suggesting it could be triggerable
somehow. This assert might help static analyzer, or simply the reader.
Diffstat (limited to 'doc/utils.texi')
0 files changed, 0 insertions, 0 deletions