summaryrefslogtreecommitdiff
path: root/libavformat/flacdec.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-07-04 08:13:43 -0700
committerRonald S. Bultje <rsbultje@gmail.com>2012-07-07 10:09:59 -0700
commitfdaad6354fbf1925c9bfeadd32950c503c1103ad (patch)
treeeae1edc21d245f7dbcb32e51a8b73f605c53795d /libavformat/flacdec.c
parentf27386cdc76d8524df71e684a3ec5481940004f1 (diff)
mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).
Also replace x>>av_log2(sizeof(..)) + 1 by x/sizeof(..). The +1 is probably meant to emulate av_log2_ceil(sizeof(..)) in cases where ".." is not a power of two.
Diffstat (limited to 'libavformat/flacdec.c')
0 files changed, 0 insertions, 0 deletions