Changeset ab80d7e8 in ffmpeg

Timestamp:
Nov 16, 2013, 7:25:25 PM (11 years ago)
Author:
Clément Bœsch <u@pkh.me>
Branches:
master
Children:
6909a61
Parents:
7cd555df
git-author:
Martin Storsjö <martin@martin.st> (11/11/13 13:02:09)
git-committer:
Clément Bœsch <u@pkh.me> (11/16/13 19:25:25)
Message:

vp9: Ensure that the arithmetic coder values are read in the right order

The operands of an addition can be evaluated in any order, since
the addition isn't a sequence point. The only operators that

have a defined evaluation order are &&,
, ?: and the sequence

operator ','.

This fixes fate-vp9 on ARM RVCT.

(No files)

Note: See TracChangeset for help on using the changeset viewer.