mirror of https://github.com/FFmpeg/FFmpeg.git
Coverity thinks ofs can end up 15, thus writing past the end of layout[]. This is incorrect since it's always incremented by 2. Checking ofs <= 14 makes Coverity happy and doesn't hurt. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>pull/6/merge
parent
55c77a0ca3
commit
187630b244
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue